From ab8deecd86300a53322ff0dbc96879517541182a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 18 Nov 2015 10:47:04 +0000 Subject: [PATCH] fix the repack script --- debian/orig-tar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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