X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finclude%2Fmeson.build;h=f8e6f0d20ae9f05307fd30451adcdf623ca41602;hb=c32235ac0ef4ce8af77d59c6186436c49c3d7386;hp=05509967354f4f6d19b3a74f024eaf73eeaf80cd;hpb=cfc9fee931c70554353ce6c4acc3407baac08745;p=tinc diff --git a/src/include/meson.build b/src/include/meson.build index 05509967..f8e6f0d2 100644 --- a/src/include/meson.build +++ b/src/include/meson.build @@ -1,7 +1,7 @@ configure_file(output: 'config.h', configuration: cdata) src_lib_common += vcs_tag( - command: ['git', 'describe', '--always', '--tags', '--match=release-*'], + command: [python_path, src_root / 'version.py'], fallback: 'unknown', input: '../version_git.h.in', output: 'version_git.h',