Bumping up 3.4 version from rc3 to final

This commit is contained in:
Dmitry Babokin
2013-12-24 18:39:17 +04:00
parent 34a588511f
commit a69c4527a1

View File

@@ -89,7 +89,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
if version_LLVM == "trunk": if version_LLVM == "trunk":
SVN_PATH="trunk" SVN_PATH="trunk"
if version_LLVM == "3.4": if version_LLVM == "3.4":
SVN_PATH="tags/RELEASE_34/rc3" SVN_PATH="tags/RELEASE_34/final"
version_LLVM = "3_4" version_LLVM = "3_4"
if version_LLVM == "3.3": if version_LLVM == "3.3":
SVN_PATH="tags/RELEASE_33/final" SVN_PATH="tags/RELEASE_33/final"