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-06-26 18:33:57 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2019-06-26 18:33:57 +0300
commit7491c063899ccdb16213073e9937bdf43d5cf1e3 (patch)
treef98189d641e5393070b8c9fd0ab63e3288213e85
parent5728d105874175854a5033a4c6ef079187697885 (diff)
[meta] Release 1.2.3v1.2.3
-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 23aa8390..0495c4a8 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1.2.2
+1.2.3
diff --git a/meson.build b/meson.build
index a3d58f2f..1822da70 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v1.2.2', meson_version : '>= 0.43')
+project('dxvk', ['c', 'cpp'], version : 'v1.2.3', meson_version : '>= 0.43')
cpu_family = target_machine.cpu_family()
diff --git a/src/dxvk/dxvk_instance.cpp b/src/dxvk/dxvk_instance.cpp
index 8a4cc7ad..8593e887 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, 2, 2);
+ appInfo.engineVersion = VK_MAKE_VERSION(1, 2, 3);
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);
VkInstanceCreateInfo info;