Skip to content
Snippets Groups Projects
Commit 1a3589e4 authored by Gijs Peskens's avatar Gijs Peskens
Browse files

Only show the git tag, instead of the longform

parent 98082846
Branches master
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
librist_git_dir = join_paths(librist_src_root, '.git')
rev_target = vcs_tag(command: [
'git', '--git-dir', librist_git_dir,
'describe', '--tags', '--long',
'describe', '--tags', '--dirty',
'--match', '?.*', '--always'
],
input: 'vcs_version.h.in',
output: 'vcs_version.h'
)
subdir('librist')
\ No newline at end of file
subdir('librist')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment