From 57f984ae67ef5428b5794e818885b23a15d96f2d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 2 Jan 2023 09:39:12 +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 5e6e8a63..b272c271 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-01-02)', + fallback: meson.project_version() + '-non-git', ) ) -- cgit v1.2.3-54-g00ecf