Skip to content

Commit 3c3e9ca

Browse files
committed
build: Update to header 1.4.338
1 parent 39a660c commit 3c3e9ca

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.337 LANGUAGES C)
21+
project(VULKAN_LOADER VERSION 1.4.338 LANGUAGES C)
2222

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

loader/loader.rc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
2-
// Copyright (c) 2014-2025 The Khronos Group Inc.
3-
// Copyright (c) 2014-2025 Valve Corporation
4-
// Copyright (c) 2014-2025 LunarG, Inc.
2+
// Copyright (c) 2014-2026 The Khronos Group Inc.
3+
// Copyright (c) 2014-2026 Valve Corporation
4+
// Copyright (c) 2014-2026 LunarG, Inc.
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.
@@ -22,10 +22,10 @@
2222
#include "winres.h"
2323

2424
// All set through CMake
25-
#define VER_FILE_VERSION 1, 4, 337, 0
26-
#define VER_FILE_DESCRIPTION_STR "1.4.337.Dev Build"
25+
#define VER_FILE_VERSION 1, 4, 338, 0
26+
#define VER_FILE_DESCRIPTION_STR "1.4.338.Dev Build"
2727
#define VER_FILE_VERSION_STR "Vulkan Loader - Dev Build"
28-
#define VER_COPYRIGHT_STR "Copyright (C) 2015-2025"
28+
#define VER_COPYRIGHT_STR "Copyright (C) 2015-2026"
2929

3030
VS_VERSION_INFO VERSIONINFO
3131
FILEVERSION VER_FILE_VERSION

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.337"
10+
"commit": "v1.4.338"
1111
},
1212
{
1313
"name": "googletest",

0 commit comments

Comments
 (0)