From 9ffcc5118317e4e62b8f993a98027d54f84cd73c Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 24 Oct 2022 21:23:06 +0200 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 def9a195..8815240a 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() + ' (2022-10-24)', + fallback: meson.project_version() + '-non-git', ) )