mirror of https://github.com/axmolengine/axmol.git
Update axmolver.h.in [skip ci]
The main branch still 1.0.x compatible
This commit is contained in:
parent
0580e6ee49
commit
ed0b22ac70
|
@ -4,11 +4,11 @@
|
|||
// 0x00 HI ME LO
|
||||
// 00 03 08 00
|
||||
#define AX_VERSION_MAJOR 1
|
||||
#define AX_VERSION_MINOR 1
|
||||
#define AX_VERSION_MINOR 0
|
||||
#define AX_VERSION_PATCH 0
|
||||
|
||||
/* Define the axmol version string, easy for script parsing */
|
||||
#define AX_VERSION_STR "1.1.0"
|
||||
#define AX_VERSION_STR "1.0.0"
|
||||
|
||||
/* Define axmol version helper macros */
|
||||
#define AX_VERSION_MAKE(a,b,c) ((a << 16) | (b << 8) | (c & 0xff))
|
||||
|
|
Loading…
Reference in New Issue