Skip to content

Commit

Permalink
24.06
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jun 1, 2024
1 parent fcedfbc commit 7fe7e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option(BUILD_SDL3 "Build against SDL 3.0" OFF)
# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "24")
SET(LIB_REVISION "05")
SET(LIB_REVISION "06")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")

# Build Type
Expand Down
2 changes: 1 addition & 1 deletion include/FNA3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ typedef struct FNA3D_RenderTargetBinding

#define FNA3D_ABI_VERSION 0
#define FNA3D_MAJOR_VERSION 24
#define FNA3D_MINOR_VERSION 5
#define FNA3D_MINOR_VERSION 6
#define FNA3D_PATCH_VERSION 0

#define FNA3D_COMPILED_VERSION ( \
Expand Down

0 comments on commit 7fe7e14

Please sign in to comment.