build: Update to header 1.3.248
authorMike Schuchardt <mikes@lunarg.com>
Thu, 20 Apr 2023 16:11:36 +0000 (09:11 -0700)
committerCharles Giessen <charles@lunarg.com>
Tue, 16 May 2023 23:03:28 +0000 (17:03 -0600)
- Update known-good
- Generate source

CMakeLists.txt
loader/loader.rc
scripts/known_good.json

index 807e8736a3251fe612ff2d646848cd298a8491d7..8588da15bc61536667ed4a4565ebe5e3821d7aca 100644 (file)
@@ -16,7 +16,7 @@
 # ~~~
 cmake_minimum_required(VERSION 3.17.2)
 
-project(VULKAN_LOADER VERSION 1.3.247)
+project(VULKAN_LOADER VERSION 1.3.248)
 
 add_subdirectory(scripts)
 
index 72e65803e6695bc33d814e3ac8d2df3a8a5bb0ad..7a8b2c9705e044592e15bf01f0cbda9c6308e70c 100644 (file)
@@ -22,8 +22,8 @@
 #include "winres.h"
 
 // All set through CMake
-#define VER_FILE_VERSION 1, 3, 247, 0
-#define VER_FILE_DESCRIPTION_STR "1.3.247.Dev Build"
+#define VER_FILE_VERSION 1, 3, 248, 0
+#define VER_FILE_DESCRIPTION_STR "1.3.248.Dev Build"
 #define VER_FILE_VERSION_STR "Vulkan Loader - Dev Build"
 #define VER_COPYRIGHT_STR "Copyright (C) 2015-2023"
 
index feee7a4461f34f6b283f8d245d3bacd7ad64ca09..0eae37bd0aa23584403588be10cd1b8cbb0f987d 100644 (file)
@@ -6,7 +6,7 @@
             "sub_dir": "Vulkan-Headers",
             "build_dir": "Vulkan-Headers/build",
             "install_dir": "Vulkan-Headers/build/install",
-            "commit": "v1.3.247"
+            "commit": "v1.3.248"
         },
         {
             "name": "googletest",