From acf73a3378fb4caa0fc9a4a19a5d75d2b72213f6 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 19 Dec 2025 08:20:07 +0100 Subject: [PATCH] Restore non-git version suffix --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8c2b566c..afff3305 100644 --- a/meson.build +++ b/meson.build @@ -63,7 +63,7 @@ config_h = declare_dependency( sources: vcs_tag( input: config_h_in, output: 'config.h', - fallback: meson.project_version() + ' (2025-12-19)', + fallback: meson.project_version() + '-non-git', ) )