mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 22:22:17 +00:00
Starting point of 0.3.0
This commit is contained in:
parent
219508e478
commit
b8e536d409
1 changed files with 3 additions and 3 deletions
6
gmqcc.h
6
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
|
||||
|
|
Loading…
Reference in a new issue