build: Update to header v1.4.360
diff --git a/CMakeLists.txt b/CMakeLists.txt index 26cdf81..aa048aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.22.1) # The VERSION field is generated with the "--generated-version" flag in the generate_source.py script -project(VUL VERSION 1.4.359 LANGUAGES CXX) +project(VUL VERSION 1.4.360 LANGUAGES CXX) set_property(GLOBAL PROPERTY USE_FOLDERS ON) # Remove when min is 3.26, see CMP0143
diff --git a/scripts/known_good.json b/scripts/known_good.json index babc648..fc9ebf9 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json
@@ -7,7 +7,7 @@ "sub_dir": "Vulkan-Headers", "build_dir": "Vulkan-Headers/build", "install_dir": "Vulkan-Headers/build/install", - "commit": "v1.4.359" + "commit": "v1.4.360" }, { "name": "googletest",