Skip to content

Commit

Permalink
21.08
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Aug 1, 2021
1 parent 6158c0f commit c4fa088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
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 "07")
SET(LIB_REVISION "08")
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")

# Build Type
Expand Down
2 changes: 1 addition & 1 deletion include/FNA3D.h
Expand Up @@ -459,7 +459,7 @@ typedef struct FNA3D_RenderTargetBinding

#define FNA3D_ABI_VERSION 0
#define FNA3D_MAJOR_VERSION 21
#define FNA3D_MINOR_VERSION 7
#define FNA3D_MINOR_VERSION 8
#define FNA3D_PATCH_VERSION 0

#define FNA3D_COMPILED_VERSION ( \
Expand Down

0 comments on commit c4fa088

Please sign in to comment.