Skip to content

Commit

Permalink
24.01
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 1, 2024
1 parent c990c7c commit 2a6f858
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -10,8 +10,8 @@ option(BUILD_DXVK_NATIVE "Enable support for dxvk-native" OFF)

# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "23")
SET(LIB_REVISION "12")
SET(LIB_MINOR_VERSION "24")
SET(LIB_REVISION "01")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")

# Build Type
Expand Down
6 changes: 3 additions & 3 deletions include/FNA3D.h
Expand Up @@ -468,9 +468,9 @@ typedef struct FNA3D_RenderTargetBinding
/* Version API */

#define FNA3D_ABI_VERSION 0
#define FNA3D_MAJOR_VERSION 23
#define FNA3D_MINOR_VERSION 12
#define FNA3D_PATCH_VERSION 7
#define FNA3D_MAJOR_VERSION 24
#define FNA3D_MINOR_VERSION 1
#define FNA3D_PATCH_VERSION 0

#define FNA3D_COMPILED_VERSION ( \
(FNA3D_ABI_VERSION * 100 * 100 * 100) + \
Expand Down

0 comments on commit 2a6f858

Please sign in to comment.