Restore non-git version suffix

This commit is contained in:
Michael Stapelberg 2021-10-19 08:38:14 +02:00
parent d216a5c9d3
commit 2472f8b8b4

View File

@ -63,7 +63,7 @@ config_h = declare_dependency(
sources: vcs_tag(
input: config_h_in,
output: 'config.h',
fallback: meson.project_version() + ' (2021-10-19)',
fallback: meson.project_version() + '-non-git',
)
)