summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-01-03 15:51:31 +0000
committerHans Wennborg <hans@hanshq.net>2018-01-03 15:51:31 +0000
commitb7f377a863ea7ea0594e9ccd9d6f699a9898f832 (patch)
treeae6992b5388f5e88f814001a282bf8e836846b83
parent7b852ea4aa9a0b555799ea29f912f5ec11320e55 (diff)
downloadbcm5719-llvm-b7f377a863ea7ea0594e9ccd9d6f699a9898f832.tar.gz
bcm5719-llvm-b7f377a863ea7ea0594e9ccd9d6f699a9898f832.zip
Docs, release notes: update version to 7.0.0
llvm-svn: 321729
-rw-r--r--lld/docs/ReleaseNotes.rst6
-rw-r--r--lld/docs/conf.py4
2 files changed, 5 insertions, 5 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index dcd6ac0602d..cc167947f53 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -1,19 +1,19 @@
=======================
-LLD 6.0.0 Release Notes
+LLD 7.0.0 Release Notes
=======================
.. contents::
:local:
.. warning::
- These are in-progress notes for the upcoming LLVM 6.0.0 release.
+ These are in-progress notes for the upcoming LLVM 7.0.0 release.
Release notes for previous releases can be found on
`the Download Page <http://releases.llvm.org/download.html>`_.
Introduction
============
-This document contains the release notes for the LLD linker, release 6.0.0.
+This document contains the release notes for the LLD linker, release 7.0.0.
Here we describe the status of LLD, including major improvements
from the previous release. All LLD releases may be downloaded
from the `LLVM releases web site <http://llvm.org/releases/>`_.
diff --git a/lld/docs/conf.py b/lld/docs/conf.py
index 28e16f5b885..3598fbf50f0 100644
--- a/lld/docs/conf.py
+++ b/lld/docs/conf.py
@@ -48,9 +48,9 @@ copyright = u'2011-%d, LLVM Project' % date.today().year
# built documents.
#
# The short version.
-version = '6'
+version = '7'
# The full version, including alpha/beta/rc tags.
-release = '6'
+release = '7'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
OpenPOWER on IntegriCloud