diff --git a/CMakeLists.txt b/CMakeLists.txt index cb5f42a1..21abbbce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/include/FNA3D.h b/include/FNA3D.h index a1d64b43..c76df7ea 100644 --- a/include/FNA3D.h +++ b/include/FNA3D.h @@ -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) + \