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>2018-09-23 16:01:20 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2018-09-23 20:01:15 +0300
commit1c865328d3f77f12fb16d668b21d051af19a511d (patch)
tree90bfbd6c8a3d5bc82d653e9910a0a6aca3e3e616
parentb9ff234da5a18c7313451204895fa95334e857aa (diff)
[meta] Release v0.80v0.80
-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 b214dd99..885b0568 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-0.72
+0.80
diff --git a/meson.build b/meson.build
index ce3e1578..4746a402 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v0.72')
+project('dxvk', ['c', 'cpp'], version : 'v0.80')
cpu_family = target_machine.cpu_family()
diff --git a/src/dxvk/dxvk_instance.cpp b/src/dxvk/dxvk_instance.cpp
index eba98511..1e548411 100644
--- a/src/dxvk/dxvk_instance.cpp
+++ b/src/dxvk/dxvk_instance.cpp
@@ -68,7 +68,7 @@ namespace dxvk {
appInfo.pApplicationName = nullptr;
appInfo.applicationVersion = 0;
appInfo.pEngineName = "DXVK";
- appInfo.engineVersion = VK_MAKE_VERSION(0, 7, 2);
+ appInfo.engineVersion = VK_MAKE_VERSION(0, 8, 0);
appInfo.apiVersion = 0;
VkInstanceCreateInfo info;