Merge branch 'master' into develop

This commit is contained in:
Enno Rehling 2017-04-22 19:05:58 +02:00
commit 9c6108f965
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ cd $ROOT/$BUILD
BRANCH=$(git status -s -b | head -1 | cut -d\ -f 2 | sed 's/\..*//')
if [ "$BRANCH"=="master" ] ; then
VERSION=$(git describe --match 'v*.*.*' --tags | sed 's/^v//')
echo "master $VERSION"
echo "$BRANCH $VERSION"
cmake -DERESSEA_VERSION="$VERSION" ..
else
REV=$(git rev-parse --short HEAD)