Skip to content

Commit

Permalink
build: Bump project version
Browse files Browse the repository at this point in the history
It is actually a good idea to update the mesa project version
prior to tagging.
  • Loading branch information
jp7677 committed Sep 9, 2023
1 parent f287b99 commit 6c5ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -4,7 +4,7 @@ project('dxvk-nvapi',
'cpp_std=c++17',
'warning_level=2'
],
version : 'v0.0',
version : 'v0.6.4',
meson_version : '>= 0.58.0')

cpp = meson.get_compiler('cpp')
Expand Down

0 comments on commit 6c5ed18

Please sign in to comment.