Skip to content

Commit

Permalink
build: Update to header 1.4.309
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-lunarg committed Feb 21, 2025
1 parent bb1863b commit 809941a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# ~~~
cmake_minimum_required(VERSION 3.22.1)

project(VULKAN_LOADER VERSION 1.4.307 LANGUAGES C)
project(VULKAN_LOADER VERSION 1.4.309 LANGUAGES C)

option(CODE_COVERAGE "Enable Code Coverage" OFF)
if (CODE_COVERAGE)
Expand Down
4 changes: 2 additions & 2 deletions loader/loader.rc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
#include "winres.h"

// All set through CMake
#define VER_FILE_VERSION 1, 4, 307, 0
#define VER_FILE_DESCRIPTION_STR "1.4.307.Dev Build"
#define VER_FILE_VERSION 1, 4, 309, 0
#define VER_FILE_DESCRIPTION_STR "1.4.309.Dev Build"
#define VER_FILE_VERSION_STR "Vulkan Loader - Dev Build"
#define VER_COPYRIGHT_STR "Copyright (C) 2015-2025"

Expand Down
2 changes: 1 addition & 1 deletion scripts/known_good.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"sub_dir": "Vulkan-Headers",
"build_dir": "Vulkan-Headers/build",
"install_dir": "Vulkan-Headers/build/install",
"commit": "v1.4.307"
"commit": "v1.4.309"
},
{
"name": "googletest",
Expand Down

0 comments on commit 809941a

Please sign in to comment.