From: Dale Weiler Date: Mon, 19 Aug 2013 23:31:57 +0000 (+0000) Subject: Mark the beginning of the next release, master is now stable. X-Git-Tag: 0.3.5~154 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=834e8d0d7d387a0bd6aaad70a1146d49fd397d67;p=xonotic%2Fgmqcc.git Mark the beginning of the next release, master is now stable. --- diff --git a/gmqcc.h b/gmqcc.h index ff74f45..36406a2 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -35,13 +35,13 @@ #endif /*! _MSC_VER */ #define GMQCC_VERSION_MAJOR 0 -#define GMQCC_VERSION_MINOR 3 +#define GMQCC_VERSION_MINOR 4 #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