From fe2f1349472cc3a7a87af5af3656202338c85194 Mon Sep 17 00:00:00 2001 From: Rachel Date: Sat, 18 Jan 2025 12:28:40 -0800 Subject: [PATCH] fix(meson): Point version_file to .version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e6c4d83..932016a 100644 --- a/meson.build +++ b/meson.build @@ -30,7 +30,7 @@ project( native = get_option('native') install = native and meson.is_cross_build() ? false : true -version = files('VERSION') +version = files('.version') subdir('tools') subdir('lib')