Zeex f96f3b978b Include build number in version and __PawnBuild constant
__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.
2017-01-22 02:24:28 +06:00

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@