Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2020-01-25 02:32:25 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2020-01-25 02:32:25 +0300
commite242d7f31227e82fbd0865c3fe284fa4b666dbc9 (patch)
tree8af63e36183e1aaf3ff26e16b0e996460d885ff5
parent5d2215e898dab636b2ba3b044fa520efe960efe3 (diff)
[meta] Release 1.5.2v1.5.2
-rw-r--r--RELEASE2
-rw-r--r--meson.build2
-rw-r--r--src/dxvk/dxvk_instance.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE b/RELEASE
index 26ca5946..4cda8f19 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1.5.1
+1.5.2
diff --git a/meson.build b/meson.build
index 66756c3d..b6820f2b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v1.5.1', meson_version : '>= 0.46')
+project('dxvk', ['c', 'cpp'], version : 'v1.5.2', meson_version : '>= 0.46')
cpu_family = target_machine.cpu_family()
diff --git a/src/dxvk/dxvk_instance.cpp b/src/dxvk/dxvk_instance.cpp
index f51dd34f..ac82ae1d 100644
--- a/src/dxvk/dxvk_instance.cpp
+++ b/src/dxvk/dxvk_instance.cpp
@@ -118,7 +118,7 @@ namespace dxvk {
appInfo.pApplicationName = appName.c_str();
appInfo.applicationVersion = 0;
appInfo.pEngineName = "DXVK";
- appInfo.engineVersion = VK_MAKE_VERSION(1, 5, 1);
+ appInfo.engineVersion = VK_MAKE_VERSION(1, 5, 2);
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);
VkInstanceCreateInfo info;