From cdc5e93dac477cb11e96a30d591bc13d0a5001a1 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sun, 19 May 2019 14:43:33 +0200 Subject: [PATCH] [meta] Release 1.2.1 --- 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 5625e59d..6085e946 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1.2 +1.2.1 diff --git a/meson.build b/meson.build index 562defc5..1e3c8ccd 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('dxvk', ['c', 'cpp'], version : 'v1.2', meson_version : '>= 0.43') +project('dxvk', ['c', 'cpp'], version : 'v1.2.1', 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 0debbb68..820ff6f2 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, 0); + appInfo.engineVersion = VK_MAKE_VERSION(1, 2, 1); appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0); VkInstanceCreateInfo info;