Mark the beginning of the next release, master is now stable.

This commit is contained in:
Dale Weiler 2013-08-19 23:31:57 +00:00
parent a7fdbbe35b
commit 834e8d0d7d

View file

@ -35,13 +35,13 @@
#endif /*! _MSC_VER */ #endif /*! _MSC_VER */
#define GMQCC_VERSION_MAJOR 0 #define GMQCC_VERSION_MAJOR 0
#define GMQCC_VERSION_MINOR 3 #define GMQCC_VERSION_MINOR 4
#define GMQCC_VERSION_PATCH 0 #define GMQCC_VERSION_PATCH 0
#define GMQCC_VERSION_BUILD(J,N,P) (((J)<<16)|((N)<<8)|(P)) #define GMQCC_VERSION_BUILD(J,N,P) (((J)<<16)|((N)<<8)|(P))
#define GMQCC_VERSION \ #define GMQCC_VERSION \
GMQCC_VERSION_BUILD(GMQCC_VERSION_MAJOR, GMQCC_VERSION_MINOR, GMQCC_VERSION_PATCH) GMQCC_VERSION_BUILD(GMQCC_VERSION_MAJOR, GMQCC_VERSION_MINOR, GMQCC_VERSION_PATCH)
/* Undefine the following on a release-tag: */ /* 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 */ /* Full version string in case we need it */
#ifdef GMQCC_VERSION_TYPE_DEVEL #ifdef GMQCC_VERSION_TYPE_DEVEL