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-09-08 22:03:46 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2019-09-08 22:03:46 +0300
commite2808309a3f26e56bff0cc025d649688d84668c4 (patch)
tree98e536ce483f385682a71e05744f14d4775f20c4
parentf57c021ab5adcbdcc5498264fccef57a5b47e750 (diff)
[metæ] Release 1.3.4v1.3.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 31e5c843..d0149fef 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1.3.3
+1.3.4
diff --git a/meson.build b/meson.build
index 24363431..93233bdd 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v1.3.3', meson_version : '>= 0.46')
+project('dxvk', ['c', 'cpp'], version : 'v1.3.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 59db4118..ccf64ff1 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, 3, 3);
+ appInfo.engineVersion = VK_MAKE_VERSION(1, 3, 4);
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);
VkInstanceCreateInfo info;