From ee12c2d1e17f32fcab25f4a4e99f829b1c302877 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 29 Oct 2023 09:58:05 +0100 Subject: Restore non-git version suffix --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ea6ff73f..79f9a738 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() + ' (2023-10-29)', + fallback: meson.project_version() + '-non-git', ) ) -- cgit v1.2.3-54-g00ecf