__PawnBuild holds the currnt build number. This allows you to detect which compiler version is used more precisely. It will be set to 1 on next release and incremented on each subsequent release. Closes #132.
6 lines
184 B
C
6 lines
184 B
C
#define VERSION_MINOR @VERSION_MINOR@
|
|
#define VERSION_MAJOR @VERSION_MAJOR@
|
|
#define VERSION_BUILD @VERSION_BUILD@
|
|
#define VERSION_STR "@VERSION_STR@"
|
|
#define VERSION_INT @VERSION_INT@
|