Skip to content

Commit b276c60

Browse files
committed
[meta] Release 2.5.1
1 parent 7ffd6da commit b276c60

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.5
1+
2.5.1

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 : 'v2.5.0', meson_version : '>= 0.58', default_options : [ 'cpp_std=c++17', 'b_vscrt=static_from_buildtype', 'warning_level=2' ])
1+
project('dxvk', ['c', 'cpp'], version : 'v2.5.1', 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, 5, 0);
187+
appInfo.engineVersion = VK_MAKE_API_VERSION(0, 2, 5, 1);
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)