Restore non-git version suffix

This commit is contained in:
Michael Stapelberg 2021-11-03 09:23:23 +01:00
parent b952e74145
commit 63aec362c9

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