Skip to content

Commit

Permalink
[build] Fix project version for native builds
Browse files Browse the repository at this point in the history
Derp, wasn't tested.
  • Loading branch information
doitsujin committed Nov 11, 2024
1 parent 56b7c8c commit e6209d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('dxvk', ['c', 'cpp'], version : 'v2.5', meson_version : '>= 0.58', default_options : [ 'cpp_std=c++17', 'b_vscrt=static_from_buildtype', 'warning_level=2' ])
project('dxvk', ['c', 'cpp'], version : 'v2.5.0', meson_version : '>= 0.58', default_options : [ 'cpp_std=c++17', 'b_vscrt=static_from_buildtype', 'warning_level=2' ])

pkg = import('pkgconfig')
cpu_family = target_machine.cpu_family()
Expand Down

0 comments on commit e6209d2

Please sign in to comment.