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-01-12 23:42:49 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2019-01-12 23:42:49 +0300
commitddce33692c413b99826f78628956779263aee666 (patch)
tree10959c20b5095d20c9f3d5d26294f85274483ef5
parent79eded9ae2736c78ce1871988a0c8c196fcd9a59 (diff)
[meta] Release v0.95v0.95
-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 fc730743..fd6d73e4 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0.94
+0.95
diff --git a/meson.build b/meson.build
index 669f8dab..6aea5179 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v0.94', meson_version : '>= 0.43')
+project('dxvk', ['c', 'cpp'], version : 'v0.95', 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 69a0be5d..eb0c1166 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(0, 9, 4);
+ appInfo.engineVersion = VK_MAKE_VERSION(0, 9, 5);
appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0);
VkInstanceCreateInfo info;