Skip to content

Commit

Permalink
24.03
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Mar 1, 2024
1 parent 085e573 commit 2b04410
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 @@ -11,7 +11,7 @@ option(BUILD_DXVK_NATIVE "Enable support for dxvk-native" OFF)
# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "24")
SET(LIB_REVISION "02")
SET(LIB_REVISION "03")
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 2
#define FNA3D_MINOR_VERSION 3
#define FNA3D_PATCH_VERSION 0

#define FNA3D_COMPILED_VERSION ( \
Expand Down

0 comments on commit 2b04410

Please sign in to comment.