]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Bump 0.2 -> 0.3
authorDale Weiler <killfieldengine@gmail.com>
Sun, 23 Dec 2012 09:18:17 +0000 (09:18 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 23 Dec 2012 09:18:17 +0000 (09:18 +0000)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index 6fbf9009dd218177c975c53e1c2efd40e1290ee5..616d7d2e4a6fa8cf767b1a7ba2330760e9433267 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -40,7 +40,7 @@
 #endif
 
 #define GMQCC_VERSION_MAJOR 0
-#define GMQCC_VERSION_MINOR 2
+#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 \