Restore non-git version suffix

This commit is contained in:
Michael Stapelberg 2021-02-27 10:38:13 +01:00
parent ddebebd26b
commit 4ef47087d4

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-02-27)',
fallback: meson.project_version() + '-non-git',
)
)