Bump version to 0.2.1

This commit is contained in:
Wolfgang Bumiller 2012-12-23 21:58:14 +01:00
parent 11ffe61314
commit bd75e9a705

View file

@ -41,7 +41,7 @@
#define GMQCC_VERSION_MAJOR 0
#define GMQCC_VERSION_MINOR 2
#define GMQCC_VERSION_PATCH 0
#define GMQCC_VERSION_PATCH 1
#define GMQCC_VERSION_BUILD(J,N,P) (((J)<<16)|((N)<<8)|(P))
#define GMQCC_VERSION \
GMQCC_VERSION_BUILD(GMQCC_VERSION_MAJOR, GMQCC_VERSION_MINOR, GMQCC_VERSION_PATCH)