Restore non-git version suffix
This commit is contained in:
parent
b85da284a7
commit
57f984ae67
@ -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-01-02)',
|
fallback: meson.project_version() + '-non-git',
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user