mirror of https://github.com/mpv-player/mpv
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
|