mirror of
https://github.com/i3/i3.git
synced 2025-12-01 12:06:20 +00:00
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() + ' (2023-10-29)',
|
fallback: meson.project_version() + '-non-git',
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user