1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 05:52:11 +01:00

[meta] Release 2.0

This commit is contained in:
Philip Rebohle 2022-11-10 13:55:39 +01:00
parent 8a2e4ef481
commit 8f8a93696d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.10.1
2.0

View File

@ -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()