Fix the version

This commit is contained in:
Sylvestre Ledru 2014-07-24 09:51:59 +00:00
parent 3051429019
commit 77c089f3cd

1
debian/orig-tar.sh vendored
View File

@ -16,7 +16,6 @@ set -e
SVN_BASE_URL=http://llvm.org/svn/llvm-project/ SVN_BASE_URL=http://llvm.org/svn/llvm-project/
MAJOR_VERSION=3.5 MAJOR_VERSION=3.5
CURRENT_VERSION=3.5 # Should be changed to 3.5.1 later CURRENT_VERSION=3.5 # Should be changed to 3.5.1 later
CURRENT_VERSION=3.4.2
if test -n "$1"; then if test -n "$1"; then
# http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/ # http://llvm.org/svn/llvm-project/{cfe,llvm,compiler-rt,...}/branches/google/stable/