Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-11-10 15:55:39 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-11-10 15:55:39 +0300
commit8f8a93696d36adca8efeed4e16dc6b3deea27268 (patch)
treeed23944fc261d8ecb4197c03771889a0077b3948
parent8a2e4ef48196a4a7ff12bdd6a13abba17b3cfc4e (diff)
[meta] Release 2.0v2.0
-rw-r--r--RELEASE2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 4dae2985..cd5ac039 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1.10.1
+2.0
diff --git a/meson.build b/meson.build
index 4c4a3221..e417ff67 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v1.10.1', meson_version : '>= 0.49', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
+project('dxvk', ['c', 'cpp'], version : 'v2.0', meson_version : '>= 0.49', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
cpu_family = target_machine.cpu_family()
platform = target_machine.system()