From ed0b22ac707fd2dd795ac56023aca9ce26a8e557 Mon Sep 17 00:00:00 2001 From: Deal Date: Mon, 17 Jul 2023 13:14:26 +0800 Subject: [PATCH] Update axmolver.h.in [skip ci] The main branch still 1.0.x compatible --- core/axmolver.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/axmolver.h.in b/core/axmolver.h.in index 2b72da0bd9..58e742e2d6 100644 --- a/core/axmolver.h.in +++ b/core/axmolver.h.in @@ -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))