Skip to content

Commit 7101eb5

Browse files
mikes-lunargcharles-lunarg
authored andcommitted
build: Update to header 1.3.301
1 parent 9276d73 commit 7101eb5

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.17.2)
2020

21-
project(VULKAN_LOADER VERSION 1.3.300 LANGUAGES C)
21+
project(VULKAN_LOADER VERSION 1.3.301 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, 3, 300, 0
26-
#define VER_FILE_DESCRIPTION_STR "1.3.300.Dev Build"
25+
#define VER_FILE_VERSION 1, 3, 301, 0
26+
#define VER_FILE_DESCRIPTION_STR "1.3.301.Dev Build"
2727
#define VER_FILE_VERSION_STR "Vulkan Loader - Dev Build"
2828
#define VER_COPYRIGHT_STR "Copyright (C) 2015-2024"
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.3.300"
10+
"commit": "v1.3.301"
1111
},
1212
{
1313
"name": "googletest",

0 commit comments

Comments
 (0)