use git describe to get the tag+version

This commit is contained in:
Alam Ed Arias 2014-04-09 12:27:29 -04:00
parent cec63aa4c0
commit cb9494effa
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