Restore non-git version suffix

This commit is contained in:
Michael Stapelberg
2023-10-29 09:58:05 +01:00
parent f844de8e66
commit ee12c2d1e1

View File

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