Bump XDR version, followup from changeset bd981b7737da (r=gal).

This commit is contained in:
David Anderson 2008-10-29 15:36:30 -07:00
parent d65a5a447f
commit 84081bf303

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