]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - gmqcc.h
Bump version to 0.2.1
[xonotic/gmqcc.git] / gmqcc.h
diff --git a/gmqcc.h b/gmqcc.h
index ff2e9db79ae29d9eda311455a5ea0e4e139e1a9f..c673f95d8272d3ae908996a234c46d1eaed1eed3 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 0
+#define GMQCC_VERSION_PATCH 1
 #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)