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>2019-10-27 19:56:31 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2019-10-27 19:56:31 +0300
commit7db98a1aa481696607f570ea882970b1e6ec3c94 (patch)
tree61b81e4e9303c810e917699a1e71b5770becb368
parentdacf1ab4d63fe98d7976dc2cf2fd3beef9f4ae91 (diff)
[meta] Release 1.4.4v1.4.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 428b770e..1c99cf0e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1.4.3
+1.4.4
diff --git a/meson.build b/meson.build
index e5c115ea..293009a9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v1.4.3', meson_version : '>= 0.46')
+project('dxvk', ['c', 'cpp'], version : 'v1.4.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 9263bafd..b1b331d2 100644
--- a/src/dxvk/dxvk_instance.cpp
+++ b/src/dxvk/dxvk_instance.cpp
@@ -102,7 +102,7 @@ namespace dxvk {
appInfo.pApplicationName = appName.c_str();
appInfo.applicationVersion = 0;
appInfo.pEngineName = "DXVK";
- appInfo.engineVersion = VK_MAKE_VERSION(1, 4, 3);
+ appInfo.engineVersion = VK_MAKE_VERSION(1, 4, 4);
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);
VkInstanceCreateInfo info;