Skip to content

Commit c6cd800

Browse files
authored
Bump version 2.4.0 [skip ci]
1 parent 3e7873e commit c6cd800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/axmolver.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// 0x00 HI ME LO
55
// 00 03 08 00
66
#define AX_VERSION_MAJOR 2
7-
#define AX_VERSION_MINOR 3
8-
#define AX_VERSION_PATCH 3
7+
#define AX_VERSION_MINOR 4
8+
#define AX_VERSION_PATCH 0
99

1010
/* Define axmol version helper macros */
1111
#define AX_VERSION_MAKE(a, b, c) ((a << 16) | (b << 8) | (c & 0xff))

0 commit comments

Comments
 (0)