From e2808309a3f26e56bff0cc025d649688d84668c4 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sun, 8 Sep 2019 21:03:46 +0200 Subject: [PATCH] =?UTF-8?q?[met=C3=A6]=20Release=201.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASE | 2 +- meson.build | 2 +- src/dxvk/dxvk_instance.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE b/RELEASE index 31e5c8434..d0149fef7 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1.3.3 +1.3.4 diff --git a/meson.build b/meson.build index 243634316..93233bdd5 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('dxvk', ['c', 'cpp'], version : 'v1.3.3', meson_version : '>= 0.46') +project('dxvk', ['c', 'cpp'], version : 'v1.3.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 59db4118f..ccf64ff15 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, 3, 3); + appInfo.engineVersion = VK_MAKE_VERSION(1, 3, 4); appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0); VkInstanceCreateInfo info;