Update XDR version number after bytecode change (457789, r=brendan).

This commit is contained in:
Andreas Gal 2008-09-29 22:11:35 -07:00
parent 78ce5baa04
commit 659c5c4961

View File

@ -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 - 31)
#define JSXDR_BYTECODE_VERSION (0xb973c0de - 32)
/*
* Library-private functions.