Skip to content

Commit

Permalink
Bump 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 committed Jul 22, 2024
1 parent bdd9bf8 commit 6e09fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/axmolver.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// 00 03 08 00
#define AX_VERSION_MAJOR 2
#define AX_VERSION_MINOR 1
#define AX_VERSION_PATCH 4
#define AX_VERSION_PATCH 5

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

0 comments on commit 6e09fdb

Please sign in to comment.