[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Tue Apr 18 21:21:28 PDT 2006



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.352 -> 1.353
---
Log message:

Fix a bug owen noticed


---
Diffs of the changes:  (+2 -2)

 ReleaseNotes.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.352 llvm/docs/ReleaseNotes.html:1.353
--- llvm/docs/ReleaseNotes.html:1.352	Tue Apr 18 23:12:01 2006
+++ llvm/docs/ReleaseNotes.html	Tue Apr 18 23:21:16 2006
@@ -80,7 +80,7 @@
 
 <div class="doc_text">
 
-<p>LLVM 1.8 includes a brand new llvm-gcc, based on GCC 4.0.1.  This version
+<p>LLVM 1.7 includes a brand new llvm-gcc, based on GCC 4.0.1.  This version
 of llvm-gcc solves many serious long-standing problems with llvm-gcc, including
 all of those blocked by the <a href="http://llvm.org/PR498">llvm-gcc 4 meta 
 bug</a>.  In addition, llvm-gcc4 implements support for many new features, 
@@ -767,7 +767,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.org/">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/04/19 04:12:01 $
+  Last modified: $Date: 2006/04/19 04:21:16 $
 </address>
 
 </body>






More information about the llvm-commits mailing list