0.3.5 commit

This commit is contained in:
Wolfgang Bumiller 2013-10-31 22:13:42 +01:00
parent 1d745fd1f9
commit 7f2b2061e6

View file

@ -36,13 +36,13 @@
#endif /*! _MSC_VER */
#define GMQCC_VERSION_MAJOR 0
#define GMQCC_VERSION_MINOR 4
#define GMQCC_VERSION_PATCH 0
#define GMQCC_VERSION_MINOR 3
#define GMQCC_VERSION_PATCH 5
#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)
/* Undefine the following on a release-tag: */
#define GMQCC_VERSION_TYPE_DEVEL
/* #define GMQCC_VERSION_TYPE_DEVEL */
/* Full version string in case we need it */
#ifdef GMQCC_VERSION_TYPE_DEVEL