Restore non-git version suffix
This commit is contained in:
@ -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() + ' (2022-10-24)',
|
fallback: meson.project_version() + '-non-git',
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user