mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 14:22:17 +00:00
9 lines
197 B
Meson
9 lines
197 B
Meson
|
version_h = vcs_tag(
|
||
|
command: ['git', 'describe', '--always', '--tags', '--dirty'],
|
||
|
input: 'version.h.in',
|
||
|
output: 'version.h',
|
||
|
replace_string: '@VERSION@',
|
||
|
)
|
||
|
|
||
|
sources += version_h
|