Skip to content

Commit 6c5ed18

Browse files
committed
build: Bump project version
It is actually a good idea to update the mesa project version prior to tagging.
1 parent f287b99 commit 6c5ed18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project('dxvk-nvapi',
44
'cpp_std=c++17',
55
'warning_level=2'
66
],
7-
version : 'v0.0',
7+
version : 'v0.6.4',
88
meson_version : '>= 0.58.0')
99

1010
cpp = meson.get_compiler('cpp')

0 commit comments

Comments
 (0)