Skip to content

Commit

Permalink
build: Update to header 1.4.304
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-lunarg committed Dec 20, 2024
1 parent 0aa098c commit 804a7a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.17.2)

project(VULKAN_LOADER VERSION 1.4.303 LANGUAGES C)
project(VULKAN_LOADER VERSION 1.4.304 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, 303, 0
#define VER_FILE_DESCRIPTION_STR "1.4.303.Dev Build"
#define VER_FILE_VERSION 1, 4, 304, 0
#define VER_FILE_DESCRIPTION_STR "1.4.304.Dev Build"
#define VER_FILE_VERSION_STR "Vulkan Loader - Dev Build"
#define VER_COPYRIGHT_STR "Copyright (C) 2015-2024"

Expand Down
4 changes: 2 additions & 2 deletions 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.303"
"commit": "v1.4.304"
},
{
"name": "googletest",
Expand Down Expand Up @@ -42,4 +42,4 @@
"googletest": "GOOGLETEST_INSTALL_DIR",
"detours": "DETOURS_INSTALL_DIR"
}
}
}

0 comments on commit 804a7a4

Please sign in to comment.