]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
0.3.5 commit 0.3.5
authorWolfgang Bumiller <wry.git@bumiller.com>
Thu, 31 Oct 2013 21:13:42 +0000 (22:13 +0100)
committerWolfgang Bumiller <wry.git@bumiller.com>
Thu, 31 Oct 2013 21:13:42 +0000 (22:13 +0100)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index 6e0d3ac05ecfca2f7bc858212dc56b8751f539d2..bc65ec05f505e210d23ca6de1329d1cd38ddfab1 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
 #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