X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=gmqcc.h;h=4b60682a72b99073bd084f0b615103a508563714;hp=32028c11c7643e6f6ac087ad12e1aa6aa9cef54d;hb=8c08897749366bd83a9a623727aca2927257d4cf;hpb=b47e3ebccf562b26671247c2e99f4a0f6bc8e969 diff --git a/gmqcc.h b/gmqcc.h index 32028c1..4b60682 100644 --- a/gmqcc.h +++ b/gmqcc.h @@ -40,8 +40,8 @@ #endif /*! _MSC_VER */ #define GMQCC_VERSION_MAJOR 0 -#define GMQCC_VERSION_MINOR 3 -#define GMQCC_VERSION_PATCH 0 +#define GMQCC_VERSION_MINOR 2 +#define GMQCC_VERSION_PATCH 9 #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)