upped version #

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4044
This commit is contained in:
David Anderson 2006-07-31 19:18:09 +00:00
parent dec86a9b2b
commit 8bdd9c20d3

View File

@ -19,7 +19,8 @@
#endif
#define SPFILE_MAGIC 0x53504646 /* Source Pawn File Format (SPFF) */
#define SPFILE_VERSION 0x0100
//#define SPFILE_VERSION 0x0100
#define SPFILE_VERSION 0x0101 /* Uncompressed bytecode */
//:TODO: better compiler/nix support
#if defined __linux__