]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Mark the beginning of the next release, master is now stable.
authorDale Weiler <killfieldengine@gmail.com>
Mon, 19 Aug 2013 23:31:57 +0000 (23:31 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Mon, 19 Aug 2013 23:31:57 +0000 (23:31 +0000)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index ff74f45163d098c4e33c1f4684b32201ac7dae5c..36406a26ea22020ea0f37e7343aa16940b1dd98f 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
 #endif /*! _MSC_VER */
 
 #define GMQCC_VERSION_MAJOR 0
-#define GMQCC_VERSION_MINOR 3
+#define GMQCC_VERSION_MINOR 4
 #define GMQCC_VERSION_PATCH 0
 #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