mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-04-23 02:10:47 +00:00
Bump to patch level 2
This commit is contained in:
parent
e26d1e985a
commit
de24486e54
1 changed files with 1 additions and 1 deletions
2
gmqcc.h
2
gmqcc.h
|
@ -41,7 +41,7 @@
|
|||
|
||||
#define GMQCC_VERSION_MAJOR 0
|
||||
#define GMQCC_VERSION_MINOR 2
|
||||
#define GMQCC_VERSION_PATCH 1
|
||||
#define GMQCC_VERSION_PATCH 2
|
||||
#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)
|
||||
|
|
Loading…
Reference in a new issue