summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-02-01 09:21:21 +0000
committerHans Wennborg <hans@hanshq.net>2018-02-01 09:21:21 +0000
commitab5aef020ba6b66f9cfdd42a565f436dfbdf5b95 (patch)
treea9763100a363b6f970affc9ce6618b00acf6d7d8
parent3cc89be6b8ee4257df23cb1e0be99f7b33d6d8c3 (diff)
releasenotes: fix a version nbr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@323948 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 8ef9f6b86c51..c28a3829bfee 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -15,7 +15,7 @@ Introduction
============
This document contains the release notes for the LLVM Compiler Infrastructure,
-release 5.0.0. Here we describe the status of LLVM, including major improvements
+release 6.0.0. Here we describe the status of LLVM, including major improvements
from the previous release, improvements in various subprojects of LLVM, and
some of the current users of the code. All LLVM releases may be downloaded
from the `LLVM releases web site <http://llvm.org/releases/>`_.