]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Starting point of 0.3.0
authorWolfgang Bumiller <wry.git@bumiller.com>
Sat, 27 Apr 2013 14:30:35 +0000 (16:30 +0200)
committerWolfgang Bumiller <wry.git@bumiller.com>
Sat, 27 Apr 2013 14:30:35 +0000 (16:30 +0200)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index f09cd10905bdf53b1793efa61b583a18b89bd335..0031227457eded092b0b4d25d7e5793b5d45d464 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
 #endif /*! _MSC_VER */
 
 #define GMQCC_VERSION_MAJOR 0
-#define GMQCC_VERSION_MINOR 2
-#define GMQCC_VERSION_PATCH 9
+#define GMQCC_VERSION_MINOR 3
+#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