Skip to content

Commit

Permalink
22.02
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Feb 1, 2022
1 parent e9e4b45 commit 7d736db
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 @@ -12,7 +12,7 @@ option(BUILD_DXVK_NATIVE "Enable support for dxvk-native" OFF)
# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "22")
SET(LIB_REVISION "01")
SET(LIB_REVISION "02")
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 @@ -463,7 +463,7 @@ typedef struct FNA3D_RenderTargetBinding

#define FNA3D_ABI_VERSION 0
#define FNA3D_MAJOR_VERSION 22
#define FNA3D_MINOR_VERSION 1
#define FNA3D_MINOR_VERSION 2
#define FNA3D_PATCH_VERSION 0

#define FNA3D_COMPILED_VERSION ( \
Expand Down

0 comments on commit 7d736db

Please sign in to comment.