Skip to content

Commit c707d90

Browse files
committed
[meta] Release 2.5.3
1 parent 3d40169 commit c707d90

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.2
1+
2.5.3

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.2', 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.3', 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
@@ -183,7 +183,7 @@ namespace dxvk {
183183
appInfo.pApplicationName = appName.c_str();
184184
appInfo.applicationVersion = flags.raw();
185185
appInfo.pEngineName = "DXVK";
186-
appInfo.engineVersion = VK_MAKE_API_VERSION(0, 2, 5, 2);
186+
appInfo.engineVersion = VK_MAKE_API_VERSION(0, 2, 5, 3);
187187
appInfo.apiVersion = VK_MAKE_API_VERSION(0, 1, 3, 0);
188188

189189
VkInstanceCreateInfo info = { VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO };

0 commit comments

Comments
 (0)