[lld] r338558 - Update docs version and clear release notes after 8.0.0 version bump
    Hans Wennborg via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Aug  1 07:07:20 PDT 2018
    
    
  
Author: hans
Date: Wed Aug  1 07:07:20 2018
New Revision: 338558
URL: http://llvm.org/viewvc/llvm-project?rev=338558&view=rev
Log:
Update docs version and clear release notes after 8.0.0 version bump
Modified:
    lld/trunk/docs/ReleaseNotes.rst
    lld/trunk/docs/conf.py
Modified: lld/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/ReleaseNotes.rst?rev=338558&r1=338557&r2=338558&view=diff
==============================================================================
--- lld/trunk/docs/ReleaseNotes.rst (original)
+++ lld/trunk/docs/ReleaseNotes.rst Wed Aug  1 07:07:20 2018
@@ -1,19 +1,19 @@
 =======================
-LLD 7.0.0 Release Notes
+LLD 8.0.0 Release Notes
 =======================
 
 .. contents::
     :local:
 
 .. warning::
-   These are in-progress notes for the upcoming LLVM 7.0.0 release.
+   These are in-progress notes for the upcoming LLVM 8.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 7.0.0.
+This document contains the release notes for the lld linker, release 8.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/>`_.
Modified: lld/trunk/docs/conf.py
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/conf.py?rev=338558&r1=338557&r2=338558&view=diff
==============================================================================
--- lld/trunk/docs/conf.py (original)
+++ lld/trunk/docs/conf.py Wed Aug  1 07:07:20 2018
@@ -48,9 +48,9 @@ copyright = u'2011-%d, LLVM Project' % d
 # built documents.
 #
 # The short version.
-version = '7'
+version = '8'
 # The full version, including alpha/beta/rc tags.
-release = '7'
+release = '8'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
    
    
More information about the llvm-commits
mailing list