Increment JSXDR_BYTECODE_VERSION

This commit is contained in:
Robert Sayre 2010-09-13 13:21:31 -07:00
parent b6ae0cb58a
commit 78140ca4b5

View File

@ -205,7 +205,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 - 68)
#define JSXDR_BYTECODE_VERSION (0xb973c0de - 70)
/*
* Library-private functions.