Skip to content

Commit 2b04410

Browse files
committed
24.03
1 parent 085e573 commit 2b04410

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ option(BUILD_DXVK_NATIVE "Enable support for dxvk-native" OFF)
1111
# Version
1212
SET(LIB_MAJOR_VERSION "0")
1313
SET(LIB_MINOR_VERSION "24")
14-
SET(LIB_REVISION "02")
14+
SET(LIB_REVISION "03")
1515
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
1616

1717
# Build Type

include/FNA3D.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ typedef struct FNA3D_RenderTargetBinding
469469

470470
#define FNA3D_ABI_VERSION 0
471471
#define FNA3D_MAJOR_VERSION 24
472-
#define FNA3D_MINOR_VERSION 2
472+
#define FNA3D_MINOR_VERSION 3
473473
#define FNA3D_PATCH_VERSION 0
474474

475475
#define FNA3D_COMPILED_VERSION ( \

0 commit comments

Comments
 (0)