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

[meta] Release 2.4.1

This commit is contained in:
Philip Rebohle 2024-09-26 12:09:26 +02:00
parent 15365f2d82
commit 0cf05780ab
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.4
2.4.1

View File

@ -1,4 +1,4 @@
project('dxvk', ['c', 'cpp'], version : 'v2.4.0', meson_version : '>= 0.58', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
project('dxvk', ['c', 'cpp'], version : 'v2.4.1', meson_version : '>= 0.58', default_options : [ 'cpp_std=c++17', 'warning_level=2' ])
pkg = import('pkgconfig')
cpu_family = target_machine.cpu_family()