From 4ef47087d4f10247b29378f0077e9e6fa3f9edc8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 27 Feb 2021 10:38:13 +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 39fcbbe3..047c6dbe 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() + ' (2021-02-27)', + fallback: meson.project_version() + '-non-git', ) )