Skip to content

Commit

Permalink
21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Nov 1, 2021
1 parent df73ccf commit 2af885e
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 @@ -11,7 +11,7 @@ option(DISABLE_D3D11 "Disable D3D11 backend")
# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "21")
SET(LIB_REVISION "10")
SET(LIB_REVISION "11")
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 @@ -459,7 +459,7 @@ typedef struct FNA3D_RenderTargetBinding

#define FNA3D_ABI_VERSION 0
#define FNA3D_MAJOR_VERSION 21
#define FNA3D_MINOR_VERSION 10
#define FNA3D_MINOR_VERSION 11
#define FNA3D_PATCH_VERSION 0

#define FNA3D_COMPILED_VERSION ( \
Expand Down

0 comments on commit 2af885e

Please sign in to comment.