[llvm-commits] [www] r145632 - in /www/trunk: header.incl index.html

Tanya Lattner tonic at nondot.org
Thu Dec 1 13:46:55 PST 2011


Author: tbrethou
Date: Thu Dec  1 15:46:55 2011
New Revision: 145632

URL: http://llvm.org/viewvc/llvm-project?rev=145632&view=rev
Log:
3.0 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=145632&r1=145631&r2=145632&view=diff
==============================================================================
--- www/trunk/header.incl (original)
+++ www/trunk/header.incl Thu Dec  1 15:46:55 2011
@@ -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.9</b></a><br>
+<a href="/releases/"><b>LLVM 3.0</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.9/LICENSE.TXT"><b>license</b></a>
+<a href="/releases/3.0/LICENSE.TXT"><b>license</b></a>
 </div>
 
 <br>
@@ -98,6 +98,7 @@
 <b>Release Emails</b>
 <div class="www_sidebar">
   <span style="font-size:smaller">
+  3.0: <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2011-December/000039.html">Dec 2011</a><br>
   2.9: <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2011-April/000037.html">Apr 2011</a><br>
   2.8: <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2010-October/000036.html">Oct  2010</a><br>
   2.7: <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2010-April/000034.html">Apr 2010</a><br>

Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=145632&r1=145631&r2=145632&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Thu Dec  1 15:46:55 2011
@@ -127,9 +127,9 @@
 <div class="www_sectiontitle">Latest LLVM Release!</div>
 
 <div class="www_text">
-  <p><b>April 6, 2011</b>: LLVM 2.9 is now <a href="releases/"><b>available
+  <p><b>April 6, 2011</b>: LLVM 3.0 is now <a href="releases/"><b>available
   for download</b></a>!  LLVM is publicly available under an open source <a
-  href="releases/2.9/LICENSE.TXT">License</a>.  Also, you might want to
+  href="releases/3.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 





More information about the llvm-commits mailing list