From a5480d8a3616cd9c7efcda93b7df20aeddca14a7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 2 Sep 2014 12:29:58 +0000 Subject: [PATCH] Fix the repack --- 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 4ebeed69..64def732 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -14,8 +14,8 @@ set -e # sh 3.4/debian/orig-tar.sh RELEASE_34 rc1 SVN_BASE_URL=http://llvm.org/svn/llvm-project/ -MAJOR_VERSION=3.5 -CURRENT_VERSION=3.5 # Should be changed to 3.5.1 later +MAJOR_VERSION=3.6 +CURRENT_VERSION=3.6 # Should be changed to 3.5.1 later if test -n "$1"; then # http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/