From a69c4527a1b30a783b4fc90d617f56c74fd7d6af Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Tue, 24 Dec 2013 18:39:17 +0400 Subject: [PATCH] Bumping up 3.4 version from rc3 to final --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index ee7a1acf..57d8df1e 100755 --- a/alloy.py +++ b/alloy.py @@ -89,7 +89,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra, if version_LLVM == "trunk": SVN_PATH="trunk" if version_LLVM == "3.4": - SVN_PATH="tags/RELEASE_34/rc3" + SVN_PATH="tags/RELEASE_34/final" version_LLVM = "3_4" if version_LLVM == "3.3": SVN_PATH="tags/RELEASE_33/final"