Update axmolver.h.in [skip ci]

The main branch still  1.0.x compatible
This commit is contained in:
Deal 2023-07-17 13:14:26 +08:00 committed by GitHub
parent 0580e6ee49
commit ed0b22ac70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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))