Skip to content

Commit 9d6f54a

Browse files
committed
[meta] Release 2.6.2
1 parent a7f0f3b commit 9d6f54a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1
1+
2.6.2

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('dxvk', ['c', 'cpp'], version : '2.6.1', meson_version : '>= 0.58', default_options : [ 'cpp_std=c++17', 'b_vscrt=static_from_buildtype', 'warning_level=2' ])
1+
project('dxvk', ['c', 'cpp'], version : '2.6.2', meson_version : '>= 0.58', default_options : [ 'cpp_std=c++17', 'b_vscrt=static_from_buildtype', 'warning_level=2' ])
22

33
pkg = import('pkgconfig')
44
cpu_family = target_machine.cpu_family()

src/dxvk/dxvk_instance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ namespace dxvk {
184184
appInfo.pApplicationName = appName.c_str();
185185
appInfo.applicationVersion = flags.raw();
186186
appInfo.pEngineName = "DXVK";
187-
appInfo.engineVersion = VK_MAKE_API_VERSION(0, 2, 6, 1);
187+
appInfo.engineVersion = VK_MAKE_API_VERSION(0, 2, 6, 2);
188188
appInfo.apiVersion = VK_MAKE_API_VERSION(0, 1, 3, 0);
189189

190190
VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO };

0 commit comments

Comments
 (0)