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>2023-01-24 16:54:09 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2023-01-24 16:54:09 +0300
commit2abc102d2c195dbeb41193237de67b17692fc245 (patch)
treeccfffd1a3d8c80a886478707edf07cac52ed9c90 /meson.build
parent61d72eebc1c4db2e9f89ade175ce14c3fa94e08f (diff)
[meta] Release 2.1v2.1
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 39a28e05..2a576912 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('dxvk', ['c', 'cpp'], version : 'v2.0', meson_version : '>= 0.49', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
+project('dxvk', ['c', 'cpp'], version : 'v2.1', meson_version : '>= 0.49', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
cpu_family = target_machine.cpu_family()
platform = target_machine.system()