File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ set(spirv-cross-util-sources
243
243
${CMAKE_CURRENT_SOURCE_DIR} /spirv_cross_util.hpp )
244
244
245
245
set (spirv-cross-abi-major 0 )
246
- set (spirv-cross-abi-minor 56 )
246
+ set (spirv-cross-abi-minor 57 )
247
247
set (spirv-cross-abi-patch 0 )
248
248
set (SPIRV_CROSS_VERSION ${spirv-cross-abi-major}.${spirv-cross-abi-minor}.${spirv-cross-abi-patch} )
249
249
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ extern "C" {
40
40
/* Bumped if ABI or API breaks backwards compatibility. */
41
41
#define SPVC_C_API_VERSION_MAJOR 0
42
42
/* 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
44
44
/* Bumped if internal implementation details change. */
45
45
#define SPVC_C_API_VERSION_PATCH 0
46
46
You can’t perform that action at this time.
0 commit comments