From 6c5ed18b4b715e49aa8c4ca21c3737113aa90ec9 Mon Sep 17 00:00:00 2001 From: Jens Peters Date: Sat, 9 Sep 2023 08:29:21 +0200 Subject: [PATCH] build: Bump project version It is actually a good idea to update the mesa project version prior to tagging. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 3c62f4d8..4c8e33ef 100644 --- a/meson.build +++ b/meson.build @@ -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')