Restore non-git version suffix

This commit is contained in:
Michael Stapelberg 2022-10-24 21:23:06 +02:00
parent 39afa033e4
commit 9ffcc51183

View File

@ -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',
)
)