[llvm-commits] [www] r115756 - in /www/trunk: header.incl index.html
Tanya Lattner
tonic at nondot.org
Tue Oct 5 23:35:34 PDT 2010
Author: tbrethou
Date: Wed Oct 6 01:35:34 2010
New Revision: 115756
URL: http://llvm.org/viewvc/llvm-project?rev=115756&view=rev
Log:
Add 2.8
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=115756&r1=115755&r2=115756&view=diff
==============================================================================
--- www/trunk/header.incl (original)
+++ www/trunk/header.incl Wed Oct 6 01:35:34 2010
@@ -42,7 +42,7 @@
<b>Download!</b>
<div class="www_sidebar">
<span style="font-size:smaller">Download now:</span>
-<a href="/releases/"><b>LLVM 2.7</b></a><br>
+<a href="/releases/"><b>LLVM 2.8</b></a><br>
<br>
<span style="font-size:smaller">Try the</span><br>
@@ -50,7 +50,7 @@
<br>
<span style="font-size:smaller">View the open-source</span><br>
-<a href="/releases/2.7/LICENSE.TXT"><b>license</b></a>
+<a href="/releases/2.8/LICENSE.TXT"><b>license</b></a>
</div>
<br>
@@ -98,6 +98,7 @@
<b>Status Updates</b>
<div class="www_sidebar">
<span style="font-size:smaller">
+ <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2010-October/000036.html">Oct 5, 2010</a><br>
<a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2010-April/000034.html">Apr 27, 2010</a><br>
<a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2009-October/000033.html">Oct 23, 2009</a><br>
<a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2009-March/000031.html">March 2, 2009</a><br>
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=115756&r1=115755&r2=115756&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Wed Oct 6 01:35:34 2010
@@ -116,9 +116,9 @@
<div class="www_sectiontitle">Latest LLVM Release!</div>
<div class="www_text">
- <p><b>April 27, 2010</b>: LLVM 2.7 is now <a href="releases/"><b>available
+ <p><b>October 5, 2010</b>: LLVM 2.8 is now <a href="releases/"><b>available
for download</b></a>! LLVM is publicly available under an open source <a
- href="releases/2.7/LICENSE.TXT">License</a>. Also, you might want to
+ href="releases/2.8/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
@@ -130,7 +130,7 @@
<div class="www_sectiontitle">Upcoming Releases</div>
<div class="www_text">
-<p><b>The LLVM 2.8 release is completed!</b></p>
+<p>The LLVM 2.9 release schedule is TBD</p>
</div>
<br>
More information about the llvm-commits
mailing list