Skip to content

Commit

Permalink
build: Update to header 1.3.279
Browse files Browse the repository at this point in the history
- Update known-good
- Generate source
  • Loading branch information
mikes-lunarg committed Mar 1, 2024
1 parent 5475f3d commit 60d0f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.278 LANGUAGES C)
project(VULKAN_LOADER VERSION 1.3.279 LANGUAGES C)

# This variable enables downstream users to customize the target API
# variant (e.g. Vulkan SC)
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, 3, 278, 0
#define VER_FILE_DESCRIPTION_STR "1.3.278.Dev Build"
#define VER_FILE_VERSION 1, 3, 279, 0
#define VER_FILE_DESCRIPTION_STR "1.3.279.Dev Build"
#define VER_FILE_VERSION_STR "Vulkan Loader - Dev Build"
#define VER_COPYRIGHT_STR "Copyright (C) 2015-2024"

Expand Down

0 comments on commit 60d0f0f

Please sign in to comment.