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>2022-01-24 17:08:49 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-01-24 17:08:49 +0300
commit1216466be7917ea9336cf3172a4d119a4c9f97f2 (patch)
tree9908673af7c3ea865d388641c933a8e5d844e8f4
parentb4e4eca99fdaabc6591b5e59e558bc7d2bc7da27 (diff)
[meta] Release 1.9.4v1.9.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 77fee73a..d615fd0c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1.9.3
+1.9.4
diff --git a/meson.build b/meson.build
index dcbf6f6d..22edbf3e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v1.9.3', meson_version : '>= 0.46')
+project('dxvk', ['c', 'cpp'], version : 'v1.9.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 74c6250f..432295f3 100644
--- a/src/dxvk/dxvk_instance.cpp
+++ b/src/dxvk/dxvk_instance.cpp
@@ -126,7 +126,7 @@ namespace dxvk {
appInfo.pApplicationName = appName.c_str();
appInfo.applicationVersion = 0;
appInfo.pEngineName = "DXVK";
- appInfo.engineVersion = VK_MAKE_VERSION(1, 9, 3);
+ appInfo.engineVersion = VK_MAKE_VERSION(1, 9, 4);
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);
VkInstanceCreateInfo info;