X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finclude%2Fmeson.build;h=f8e6f0d20ae9f05307fd30451adcdf623ca41602;hb=33f0918cde36accb606271c379bc8e75973e9d59;hp=05509967354f4f6d19b3a74f024eaf73eeaf80cd;hpb=373b0c12d9d0e8a3b449fd18be704e28dd6403e1;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',