Compiler: Update VERSION_INT.

Some people may want to check compiler version with __Pawn, and it would be a good idea to bump the version.
Since we have a special version, and to avoid to use digit which may be used by official version, I propose using letters, so: 0x30A.
This should be resonneable.
This commit is contained in:
Arkshine
2014-08-26 09:05:08 +02:00
parent e1445316aa
commit d44eb7bf8d
+1 -1
View File
@@ -66,7 +66,7 @@
#include "sc.h"
#define VERSION_STR "3.0.3367-amxx"
#define VERSION_INT 0x300
#define VERSION_INT 0x30A
int pc_anytag;