From 7491c063899ccdb16213073e9937bdf43d5cf1e3 Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Wed, 26 Jun 2019 17:33:57 +0200 Subject: [PATCH] [meta] Release 1.2.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 23aa8390..0495c4a8 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1.2.2 +1.2.3 diff --git a/meson.build b/meson.build index a3d58f2f..1822da70 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('dxvk', ['c', 'cpp'], version : 'v1.2.2', meson_version : '>= 0.43') +project('dxvk', ['c', 'cpp'], version : 'v1.2.3', 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 8a4cc7ad..8593e887 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, 2); + appInfo.engineVersion = VK_MAKE_VERSION(1, 2, 3); appInfo.apiVersion = VK_MAKE_VERSION(1, 1, 0); VkInstanceCreateInfo info;