mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-13 15:28:04 +03:00
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"
|
#include "sc.h"
|
||||||
#define VERSION_STR "3.0.3367-amxx"
|
#define VERSION_STR "3.0.3367-amxx"
|
||||||
#define VERSION_INT 0x300
|
#define VERSION_INT 0x30A
|
||||||
|
|
||||||
int pc_anytag;
|
int pc_anytag;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user