summaryrefslogtreecommitdiffstats
path: root/common/meson.build
blob: 4bca5ea4359645d06a5e2558a6d86a89b162c141 (plain)
1
2
3
4
5
6
7
8
version_h = vcs_tag(
    command: ['git', 'describe', '--always', '--tags', '--dirty'],
    input: 'version.h.in',
    output: 'version.h',
    replace_string: '@VERSION@',
)

sources += version_h