summaryrefslogtreecommitdiff
path: root/lib/Basic
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-02-25 18:26:53 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-02-25 18:26:53 +0000
commit624e91b063cecc3671eeb40e4b0fa08d71b59284 (patch)
treec26fc546df0021ee0622ec0c307d4da7aa504a40 /lib/Basic
parentbda3d407185047106bde6af5367ddab7d3a3142f (diff)
Notes
Diffstat (limited to 'lib/Basic')
-rw-r--r--lib/Basic/Version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Basic/Version.cpp b/lib/Basic/Version.cpp
index 9e0b91a84894f..b631b3e8a7631 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"));