Skip to content

Commit

Permalink
Bump version 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Feb 22, 2025
1 parent 3e7873e commit c6cd800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/axmolver.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
// 0x00 HI ME LO
// 00 03 08 00
#define AX_VERSION_MAJOR 2
#define AX_VERSION_MINOR 3
#define AX_VERSION_PATCH 3
#define AX_VERSION_MINOR 4
#define AX_VERSION_PATCH 0

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

0 comments on commit c6cd800

Please sign in to comment.