Restore non-git version suffix

This commit is contained in:
Michael Stapelberg 2020-11-15 18:23:15 +01:00
parent 969e6bc8c4
commit 8ac9a815f3

View File

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