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:
parent
e1445316aa
commit
d44eb7bf8d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user