diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 49f66f2f..d013ca6d 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -15,7 +15,7 @@ set -e SVN_BASE_URL=http://llvm.org/svn/llvm-project/ MAJOR_VERSION=3.7 -CURRENT_VERSION=3.7 # Should be changed to 3.5.1 later +CURRENT_VERSION=3.7.1 # Should be changed to 3.7.1 later if test -n "$1"; then # http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/ @@ -73,7 +73,7 @@ fi if test -n "$RCRELEASE"; then # VERSION=$MAJOR_VERSION"+"$REVISION # WAS TAG - VERSION=$MAJOR_VERSION"~+"$TAG + VERSION=$CURRENT_VERSION"~+"$TAG FULL_VERSION="llvm-toolchain-"$MAJOR_VERSION"_"$VERSION else VERSION=$CURRENT_VERSION"~svn"$REVISION