Bump XDR from recursion emitter changes (bug 520753, r=brendan).

This commit is contained in:
David Anderson 2009-10-06 13:56:04 -07:00
Родитель 8dfdeda010
Коммит 6db2fd756c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -204,7 +204,7 @@ JS_XDRFindClassById(JSXDRState *xdr, uint32 id);
* before deserialization of bytecode. If the saved version does not match
* the current version, abort deserialization and invalidate the file.
*/
#define JSXDR_BYTECODE_VERSION (0xb973c0de - 54)
#define JSXDR_BYTECODE_VERSION (0xb973c0de - 55)
/*
* Library-private functions.