[llvm-commits] [release_16] CVS: llvm-gcc/gcc/version.c

John Criswell criswell at cs.uiuc.edu
Mon Oct 24 07:10:49 PDT 2005



Changes in directory llvm-gcc/gcc:

version.c updated: 1.3 -> 1.3.10.1
---
Log message:

Changed the version and build date.


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

 version.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-gcc/gcc/version.c
diff -u llvm-gcc/gcc/version.c:1.3 llvm-gcc/gcc/version.c:1.3.10.1
--- llvm-gcc/gcc/version.c:1.3	Thu Feb  5 10:05:45 2004
+++ llvm-gcc/gcc/version.c	Mon Oct 24 09:10:29 2005
@@ -5,7 +5,7 @@
    please modify this string to indicate that, e.g. by putting your
    organization's name in parentheses at the end of the string.  */
 
-const char version_string[] = "3.4-llvm 20030924 (experimental)";
+const char version_string[] = "3.4-llvm 20051104 (LLVM 1.6)";
 
 /* This is the location of the online document giving instructions for
    reporting bugs.  If you distribute a modified version of GCC,






More information about the llvm-commits mailing list