diff --git a/scripts/getver.sh b/scripts/getver.sh index 49260a22603..b6aa0449c32 100755 --- a/scripts/getver.sh +++ b/scripts/getver.sh @@ -37,7 +37,8 @@ try_git() { fi if [ "$REV" -gt "$UPSTREAM_REV" ]; then - REV="${UPSTREAM_REV}+$((REV - UPSTREAM_REV))" + #REV="${UPSTREAM_REV}+$((REV - UPSTREAM_REV))" + REV="${UPSTREAM_REV}" fi REV="${REV:+r$REV-$(git log -n 1 --format="%h" $UPSTREAM_BASE)}"