From 624e91b063cecc3671eeb40e4b0fa08d71b59284 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 25 Feb 2015 18:26:53 +0000 Subject: Vendor import of clang RELEASE_360/final tag r230434 (effectively, 3.6.0 release): https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/final@230434 --- lib/Basic/Version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Basic/Version.cpp') diff --git a/lib/Basic/Version.cpp b/lib/Basic/Version.cpp index 9e0b91a84894..b631b3e8a763 100644 --- a/lib/Basic/Version.cpp +++ b/lib/Basic/Version.cpp @@ -36,7 +36,7 @@ std::string getClangRepositoryPath() { // If the SVN_REPOSITORY is empty, try to use the SVN keyword. This helps us // pick up a tag in an SVN export, for example. - StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/rc1/lib/Basic/Version.cpp $"); + StringRef SVNRepository("$URL: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_360/final/lib/Basic/Version.cpp $"); if (URL.empty()) { URL = SVNRepository.slice(SVNRepository.find(':'), SVNRepository.find("/lib/Basic")); -- cgit v1.3