Restore non-git version suffix

This commit is contained in:
Michael Stapelberg 2022-09-21 18:26:55 +02:00
parent 5bc4280a48
commit d7f4707e05

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