Skip to content

Commit

Permalink
21.01
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Jan 1, 2021
1 parent 399d106 commit 2d11327
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 @@ -9,8 +9,8 @@ option(DISABLE_D3D11 "Disable D3D11 backend")

# Version
SET(LIB_MAJOR_VERSION "0")
SET(LIB_MINOR_VERSION "20")
SET(LIB_REVISION "12")
SET(LIB_MINOR_VERSION "21")
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 @@ -458,8 +458,8 @@ typedef struct FNA3D_RenderTargetBinding
/* Version API */

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

#define FNA3D_COMPILED_VERSION ( \
Expand Down

0 comments on commit 2d11327

Please sign in to comment.