use git describe to get the tag+version

This commit is contained in:
Alam Ed Arias 2014-04-09 12:27:29 -04:00 committed by Sryder13
parent 79b32a46e5
commit 5afc1d145b
1 changed files with 1 additions and 1 deletions

View File

@ -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