Skip to content

Commit 6ab75bf

Browse files
committed
26.02
1 parent 7bc870a commit 6ab75bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ option(MOJOSHADER_STATIC_SPIRVCROSS "Build against statically linked spirvcross"
1212
# Version
1313
SET(LIB_MAJOR_VERSION "0")
1414
SET(LIB_MINOR_VERSION "26")
15-
SET(LIB_REVISION "01")
15+
SET(LIB_REVISION "02")
1616
SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}")
1717

1818
# Build Type

include/FNA3D.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ typedef struct FNA3D_RenderTargetBinding
471471

472472
#define FNA3D_ABI_VERSION 0
473473
#define FNA3D_MAJOR_VERSION 26
474-
#define FNA3D_MINOR_VERSION 1
474+
#define FNA3D_MINOR_VERSION 2
475475
#define FNA3D_PATCH_VERSION 0
476476

477477
#define FNA3D_COMPILED_VERSION ( \

0 commit comments

Comments
 (0)