[www] r312737 - Update links etc for 5.0.0

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 11:40:34 PDT 2017


Author: hans
Date: Thu Sep  7 11:40:34 2017
New Revision: 312737

URL: http://llvm.org/viewvc/llvm-project?rev=312737&view=rev
Log:
Update links etc for 5.0.0

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=312737&r1=312736&r2=312737&view=diff
==============================================================================
--- www/trunk/header.incl (original)
+++ www/trunk/header.incl Thu Sep  7 11:40:34 2017
@@ -43,14 +43,14 @@
 <b>Download!</b>
 <div class="www_sidebar">
 <span style="font-size:smaller">Download now:</span>
-<a href="/releases/download.html#4.0.1"><b>LLVM 4.0.1</b></a><br>
+<a href="/releases/download.html#5.0.0"><b>LLVM 5.0.0</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/4.0.0/LICENSE.TXT"><b>license</b></a>
+<a href="/releases/5.0.0/LICENSE.TXT"><b>license</b></a>
 </div>
 
 <br>
@@ -102,6 +102,7 @@
 <b>Release Emails</b>
 <div class="www_sidebar">
   <span style="font-size:smaller">
+  5.0.0: <a href="http://lists.llvm.org/pipermail/llvm-announce/2017-September/000075.html">Sep 2017</a><br>
   4.0.1: <a href="http://lists.llvm.org/pipermail/llvm-announce/2017-July/000074.html">Jul 2017</a><br>
   4.0.0: <a href="http://lists.llvm.org/pipermail/llvm-announce/2017-March/000073.html">Mar 2017</a><br>
   3.9.1: <a href="http://lists.llvm.org/pipermail/llvm-announce/2016-December/000072.html">Dec 2016</a><br>

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=312737&r1=312736&r2=312737&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Thu Sep  7 11:40:34 2017
@@ -138,9 +138,9 @@ LLVM Developer Policy</a>.
 <div class="www_sectiontitle">Latest LLVM Release!</div>
 
 <div class="www_text">
-  <p><b>4 Jul 2017</b>: LLVM 4.0.1 is now <a href="releases/"><b>available
+  <p><b>7 Sep 2017</b>: LLVM 5.0.0 is now <a href="releases/"><b>available
   for download</b></a>!  LLVM is publicly available under an open source <a
-  href="releases/4.0.0/LICENSE.TXT">License</a>.  Also, you might want to
+  href="releases/5.0.0/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,20 +171,12 @@ LLVM Developer Policy</a>.
 
 <p><b>LLVM Release Schedule:</b></p>
 <ul>
-<li>5.0.0:
+<li>5.0.1:
 <ul>
-  <li>July 19, 2017: Branch point, -rc1.</li>
-  <li>August 9: -rc2.</li>
-  <li>August 23: Final tag, release.</li>
+  <li>To be decided.</li>
 </ul>
 </li>
 </ul>
-<!--
-<p>
-<b>Current Status:</b>
-<a href="http://lists.llvm.org/pipermail/llvm-dev/2017-March/110676.html">4.0.0-rc3 Available</a> (March 2)
-</p>
--->
 
 </div>
 




More information about the llvm-commits mailing list