Skip to content
Snippets Groups Projects
Commit 5afc1d14 authored by Alam Ed Arias's avatar Alam Ed Arias Committed by Sryder
Browse files

use git describe to get the tag+version

parent 79b32a46
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ if [ x"$1" != x ]; then
fi
versiongit() {
gitversion=`git svn log HEAD --limit=1 --oneline | cut -f 1 -d " "`
gitversion=`git describe`
cat <<EOF > $path/comptime.h
// Do not edit! This file was autogenerated
......
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