[www] r336394 - Update website for 6.0.1 release

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 15:13:14 PDT 2018


Author: tstellar
Date: Thu Jul  5 15:13:14 2018
New Revision: 336394

URL: http://llvm.org/viewvc/llvm-project?rev=336394&view=rev
Log:
Update website for 6.0.1 release

Modified:
    www/trunk/header.incl
    www/trunk/index.html

Modified: www/trunk/header.incl
URL: http://llvm.org/viewvc/llvm-project/www/trunk/header.incl?rev=336394&r1=336393&r2=336394&view=diff
==============================================================================
--- www/trunk/header.incl (original)
+++ www/trunk/header.incl Thu Jul  5 15:13:14 2018
@@ -43,14 +43,14 @@
 <b>Download!</b>
 <div class="www_sidebar">
 <span style="font-size:smaller">Download now:</span>
-<a href="/releases/download.html#6.0.0"><b>LLVM 6.0.0</b></a><br>
+<a href="/releases/download.html#6.0.1"><b>LLVM 6.0.1</b></a><br>
 <a href="/releases/">All Releases</a><br>
 <a href="https://apt.llvm.org/">APT Packages</a><br>
 <a href="/builds/">Win Installer</a><br>
 <br>
 
 <span style="font-size:smaller">View the open-source</span><br>
-<a href="/releases/6.0.0/LICENSE.TXT"><b>license</b></a>
+<a href="/releases/6.0.1/LICENSE.TXT"><b>license</b></a>
 </div>
 
 <br>

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=336394&r1=336393&r2=336394&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Thu Jul  5 15:13:14 2018
@@ -138,9 +138,9 @@ LLVM Developer Policy</a>.
 <div class="www_sectiontitle">Latest LLVM Release!</div>
 
 <div class="www_text">
-  <p><b>8 Mar 2018</b>: LLVM 6.0.0 is now <a href="releases/"><b>available
+  <p><b>5 July 2018</b>: LLVM 6.0.1 is now <a href="releases/"><b>available
   for download</b></a>!  LLVM is publicly available under an open source <a
-  href="releases/6.0.0/LICENSE.TXT">License</a>.  Also, you might want to
+  href="releases/6.0.1/LICENSE.TXT">License</a>.  Also, you might want to
   check out <a href="docs/ReleaseNotes.html#whatsnew"><b>the new
   features</b></a> in SVN that will appear in the next LLVM release.  If
   you want them early, <a href="releases/">download LLVM</a> through
@@ -171,13 +171,6 @@ LLVM Developer Policy</a>.
 
 <p><b>LLVM Release Schedule:</b></p>
 <ul>
-<li>6.0.1:
-<ul>
-  <li>4 June 2018: RC2 tag.</li>
-  <li>Soon: final tag.</li>
-</ul>
-</li>
-
 <li>7.0.0:
 <ul>
   <li>1 August 2018: branch, RC1.</li>




More information about the llvm-commits mailing list