Skip to content

Commit

Permalink
22.01
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 1, 2022
1 parent 2097951 commit 0714788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ option(DISABLE_D3D11 "Disable D3D11 backend")

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

# Build Type
Expand Down
4 changes: 2 additions & 2 deletions include/FNA3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,8 +460,8 @@ typedef struct FNA3D_RenderTargetBinding
/* Version API */

#define FNA3D_ABI_VERSION 0
#define FNA3D_MAJOR_VERSION 21
#define FNA3D_MINOR_VERSION 12
#define FNA3D_MAJOR_VERSION 22
#define FNA3D_MINOR_VERSION 1
#define FNA3D_PATCH_VERSION 0

#define FNA3D_COMPILED_VERSION ( \
Expand Down

0 comments on commit 0714788

Please sign in to comment.