Skip to content

Commit a1684e4

Browse files
committed
build: Update to header 1.4.323
1 parent 8f35302 commit a1684e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# ~~~
1919
cmake_minimum_required(VERSION 3.22.1)
2020

21-
project(VULKAN_LOADER VERSION 1.4.322 LANGUAGES C)
21+
project(VULKAN_LOADER VERSION 1.4.323 LANGUAGES C)
2222

2323
option(CODE_COVERAGE "Enable Code Coverage" OFF)
2424
if (CODE_COVERAGE)

loader/loader.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#include "winres.h"
2323

2424
// All set through CMake
25-
#define VER_FILE_VERSION 1, 4, 322, 0
26-
#define VER_FILE_DESCRIPTION_STR "1.4.322.Dev Build"
25+
#define VER_FILE_VERSION 1, 4, 323, 0
26+
#define VER_FILE_DESCRIPTION_STR "1.4.323.Dev Build"
2727
#define VER_FILE_VERSION_STR "Vulkan Loader - Dev Build"
2828
#define VER_COPYRIGHT_STR "Copyright (C) 2015-2025"
2929

scripts/known_good.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"sub_dir": "Vulkan-Headers",
88
"build_dir": "Vulkan-Headers/build",
99
"install_dir": "Vulkan-Headers/build/install",
10-
"commit": "v1.4.322"
10+
"commit": "v1.4.323"
1111
},
1212
{
1313
"name": "googletest",

0 commit comments

Comments
 (0)