From ad3542f4fce2e89c24801b40b1aace7ca54c4cc6 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Fri, 18 Oct 2019 17:50:38 +0200 Subject: [PATCH] [meta] Release 1.4.3 --- 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 9df886c42..428b770e3 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1.4.2 +1.4.3 diff --git a/meson.build b/meson.build index ed561b631..e5c115ea9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('dxvk', ['c', 'cpp'], version : 'v1.4.2', meson_version : '>= 0.46') +project('dxvk', ['c', 'cpp'], version : 'v1.4.3', 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 368b43097..9263bafd1 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, 4, 2); + appInfo.engineVersion = VK_MAKE_VERSION(1, 4, 3); appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0); VkInstanceCreateInfo info;