From: Wolfgang Bumiller Date: Thu, 31 Oct 2013 21:13:42 +0000 (+0100) Subject: 0.3.5 commit X-Git-Tag: 0.3.5 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=7f2b2061e6a839f23025d93322f5ed029afcb6a1 0.3.5 commit --- diff --git a/gmqcc.h b/gmqcc.h index 6e0d3ac..bc65ec0 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -36,13 +36,13 @@ #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