[www] r198619 - 3.4 is out!
Chris Lattner
sabre at nondot.org
Mon Jan 6 07:44:32 PST 2014
Author: lattner
Date: Mon Jan 6 09:44:32 2014
New Revision: 198619
URL: http://llvm.org/viewvc/llvm-project?rev=198619&view=rev
Log:
3.4 is out!
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=198619&r1=198618&r2=198619&view=diff
==============================================================================
--- www/trunk/header.incl (original)
+++ www/trunk/header.incl Mon Jan 6 09:44:32 2014
@@ -42,14 +42,14 @@
<b>Download!</b>
<div class="www_sidebar">
<span style="font-size:smaller">Download now:</span>
-<a href="/releases/download.html#3.3"><b>LLVM 3.3</b></a><br>
+<a href="/releases/download.html#3.4"><b>LLVM 3.4</b></a><br>
<a href="/releases/">All Releases</a><br>
<a href="/apt/">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/3.3/LICENSE.TXT"><b>license</b></a>
+<a href="/releases/3.4/LICENSE.TXT"><b>license</b></a>
</div>
<br>
@@ -99,6 +99,7 @@
<b>Release Emails</b>
<div class="www_sidebar">
<span style="font-size:smaller">
+ 3.4: <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2014-January/000049.html">Jan 2014</a><br>
3.3: <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2013-June/000046.html">Jun 2013</a><br>
3.2: <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2012-December/000043.html">Dec 2012</a><br>
3.1: <a href="http://lists.cs.uiuc.edu/pipermail/llvm-announce/2012-May/000041.html">May 2012</a><br>
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=198619&r1=198618&r2=198619&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Mon Jan 6 09:44:32 2014
@@ -161,9 +161,9 @@ LLVM Developer Policy</a>.
<div class="www_sectiontitle">Latest LLVM Release!</div>
<div class="www_text">
- <p><b>Jun 17, 2013</b>: LLVM 3.3 is now <a href="releases/"><b>available
+ <p><b>Jan 6, 2014</b>: LLVM 3.4 is now <a href="releases/"><b>available
for download</b></a>! LLVM is publicly available under an open source <a
- href="releases/3.3/LICENSE.TXT">License</a>. Also, you might want to
+ href="releases/3.4/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