Skip to content

Commit ab51836

Browse files
committed
Incremented version to 1.7.4.
Updated glslang to version 12.3.1, SPIRV-Tools to version 2023.4.rc2, and SPIRV-Cross to the latest revision.
1 parent c41bc32 commit ab51836

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ endif()
8181

8282
set(MSL_MAJOR_VERSION 1)
8383
set(MSL_MINOR_VERSION 7)
84-
set(MSL_PATCH_VERSION 3)
84+
set(MSL_PATCH_VERSION 4)
8585
set(MSL_VERSION ${MSL_MAJOR_VERSION}.${MSL_MINOR_VERSION}.${MSL_PATCH_VERSION})
8686

8787
set(MSL_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})

Compile/SPIRV-Cross

Submodule SPIRV-Cross updated 392 files

Compile/SPIRV-Tools

Submodule SPIRV-Tools updated 318 files

Compile/glslang

Submodule glslang updated 97 files

0 commit comments

Comments
 (0)