]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Bump to patch level 2 graphitemaster/v0.2-closed 0.2.2
authorWolfgang Bumiller <blub@speed.at>
Thu, 27 Dec 2012 13:44:54 +0000 (14:44 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 27 Dec 2012 13:44:54 +0000 (14:44 +0100)
gmqcc.h

diff --git a/gmqcc.h b/gmqcc.h
index c673f95d8272d3ae908996a234c46d1eaed1eed3..376c52d9b02630ca233a9d389e9408d29ebd9c4e 100644 (file)
--- a/gmqcc.h
+++ b/gmqcc.h
@@ -41,7 +41,7 @@
 
 #define GMQCC_VERSION_MAJOR 0
 #define GMQCC_VERSION_MINOR 2
-#define GMQCC_VERSION_PATCH 1
+#define GMQCC_VERSION_PATCH 2
 #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)