mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-12-18 16:31:29 +00:00
Bump 0.2 -> 0.3
This commit is contained in:
parent
55117912ab
commit
da49a40b96
1 changed files with 1 additions and 1 deletions
2
gmqcc.h
2
gmqcc.h
|
@ -40,7 +40,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define GMQCC_VERSION_MAJOR 0
|
#define GMQCC_VERSION_MAJOR 0
|
||||||
#define GMQCC_VERSION_MINOR 2
|
#define GMQCC_VERSION_MINOR 3
|
||||||
#define GMQCC_VERSION_PATCH 0
|
#define GMQCC_VERSION_PATCH 0
|
||||||
#define GMQCC_VERSION_BUILD(J,N,P) (((J)<<16)|((N)<<8)|(P))
|
#define GMQCC_VERSION_BUILD(J,N,P) (((J)<<16)|((N)<<8)|(P))
|
||||||
#define GMQCC_VERSION \
|
#define GMQCC_VERSION \
|
||||||
|
|
Loading…
Reference in a new issue