From: Wolfgang Bumiller Date: Sat, 27 Apr 2013 14:30:35 +0000 (+0200) Subject: Starting point of 0.3.0 X-Git-Tag: xonotic-v0.7.0~7 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=b8e536d409a98bcd80d266e85dcc6b9a7c2a3c2c Starting point of 0.3.0 --- diff --git a/gmqcc.h b/gmqcc.h index f09cd10..0031227 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -39,13 +39,13 @@ #endif /*! _MSC_VER */ #define GMQCC_VERSION_MAJOR 0 -#define GMQCC_VERSION_MINOR 2 -#define GMQCC_VERSION_PATCH 9 +#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 \ 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