From ae62499e3a539f6fba78f5b37497e80479c1cb5c Mon Sep 17 00:00:00 2001 From: Philip Rebohle Date: Sun, 2 Sep 2018 11:40:38 +0200 Subject: [PATCH] [meta] Release v0.71 --- RELEASE | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index ac37bbeae..a55c553fb 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -0.70 +0.71 diff --git a/meson.build b/meson.build index 734052577..2b90bbb91 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('dxvk', ['c', 'cpp'], version : 'v0.70') +project('dxvk', ['c', 'cpp'], version : 'v0.71') cpu_family = target_machine.cpu_family()