]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Bump version
authorDale Weiler <killfieldengine@gmail.com>
Wed, 21 Nov 2012 20:33:52 +0000 (20:33 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 21 Nov 2012 20:33:52 +0000 (20:33 +0000)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index 7861f0988e2b3648d9ade2f30ef9e2f529e2867a..7bd1a9f49f1578b6dfde8005d2d303b2311b8116 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -41,7 +41,7 @@
 #endif
 
 #define GMQCC_VERSION_MAJOR 0
-#define GMQCC_VERSION_MINOR 1
+#define GMQCC_VERSION_MINOR 2
 #define GMQCC_VERSION_PATCH 0
 #define GMQCC_VERSION_BUILD(J,N,P) (((J)<<16)|((N)<<8)|(P))
 #define GMQCC_VERSION \