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-03-04 19:15:51 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-03-04 19:15:51 +0300
commit23eead9e99ad7b919c52a3a61a658ac7a1a2ac19 (patch)
treec675bcc38dbded727c90ca43c5a1dfd8df9b2149
parentb774d4dbea485a9d623fdc3d08a3b0bc4968b381 (diff)
[meta] Release 1.10v1.10
-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 d615fd0c..c044b1a3 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1.9.4
+1.10
diff --git a/meson.build b/meson.build
index d191b05d..0e52e6a0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v1.9.4', meson_version : '>= 0.47')
+project('dxvk', ['c', 'cpp'], version : 'v1.10', meson_version : '>= 0.47')
cpu_family = target_machine.cpu_family()
diff --git a/src/dxvk/dxvk_instance.cpp b/src/dxvk/dxvk_instance.cpp
index 432295f3..8949b3a2 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, 4);
+ appInfo.engineVersion = VK_MAKE_VERSION(1, 10, 0);
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);
VkInstanceCreateInfo info;