Restore non-git version suffix

This commit is contained in:
Michael Stapelberg 2023-01-02 09:39:12 +01:00
parent b85da284a7
commit 57f984ae67

View File

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