We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085e573 commit 2b04410Copy full SHA for 2b04410
CMakeLists.txt
@@ -11,7 +11,7 @@ option(BUILD_DXVK_NATIVE "Enable support for dxvk-native" OFF)
11
# Version
12
SET(LIB_MAJOR_VERSION "0")
13
SET(LIB_MINOR_VERSION "24")
14
-SET(LIB_REVISION "02")
+SET(LIB_REVISION "03")
15
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
16
17
# Build Type
include/FNA3D.h
@@ -469,7 +469,7 @@ typedef struct FNA3D_RenderTargetBinding
469
470
#define FNA3D_ABI_VERSION 0
471
#define FNA3D_MAJOR_VERSION 24
472
-#define FNA3D_MINOR_VERSION 2
+#define FNA3D_MINOR_VERSION 3
473
#define FNA3D_PATCH_VERSION 0
474
475
#define FNA3D_COMPILED_VERSION ( \
0 commit comments