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-02-07 03:02:22 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2020-02-07 03:02:22 +0300
commit2435c6369ce2dd3fe7359a9a1c19fbb5dd46442a (patch)
treed8c7b612fb05730d816dceebdd5de94953d82fb7
parentb9474cf787f52e3faf8fa670bdb85ce058d47ade (diff)
[meta] Release 1.5.4v1.5.4
-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 8af85beb..94fe62c2 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1.5.3
+1.5.4
diff --git a/meson.build b/meson.build
index 60be0d75..73e1898e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v1.5.3', meson_version : '>= 0.46')
+project('dxvk', ['c', 'cpp'], version : 'v1.5.4', 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 91d361d8..b6900a78 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, 3);
+ appInfo.engineVersion = VK_MAKE_VERSION(1, 5, 4);
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);
VkInstanceCreateInfo info;