Skip to content

Commit 28762d7

Browse files
spirv-cross-c: Bump minor version.
1 parent a20fc9a commit 28762d7

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
@@ -243,7 +243,7 @@ set(spirv-cross-util-sources
243243
${CMAKE_CURRENT_SOURCE_DIR}/spirv_cross_util.hpp)
244244

245245
set(spirv-cross-abi-major 0)
246-
set(spirv-cross-abi-minor 56)
246+
set(spirv-cross-abi-minor 57)
247247
set(spirv-cross-abi-patch 0)
248248
set(SPIRV_CROSS_VERSION ${spirv-cross-abi-major}.${spirv-cross-abi-minor}.${spirv-cross-abi-patch})
249249

spirv_cross_c.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extern "C" {
4040
/* Bumped if ABI or API breaks backwards compatibility. */
4141
#define SPVC_C_API_VERSION_MAJOR 0
4242
/* Bumped if APIs or enumerations are added in a backwards compatible way. */
43-
#define SPVC_C_API_VERSION_MINOR 56
43+
#define SPVC_C_API_VERSION_MINOR 57
4444
/* Bumped if internal implementation details change. */
4545
#define SPVC_C_API_VERSION_PATCH 0
4646

0 commit comments

Comments
 (0)