Restore non-git version suffix
This commit is contained in:
parent
4a42eb085c
commit
454fb63392
@ -63,7 +63,7 @@ config_h = declare_dependency(
|
||||
sources: vcs_tag(
|
||||
input: config_h_in,
|
||||
output: 'config.h',
|
||||
fallback: meson.project_version() + ' (2024-11-06)',
|
||||
fallback: meson.project_version() + '-non-git',
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user