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

John Criswell criswell at cs.uiuc.edu
Tue Nov 8 13:00:51 PST 2005



Changes in directory llvm-gcc/gcc:

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

Updated version for LLVM 1.7.


---
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.4
--- llvm-gcc/gcc/version.c:1.3	Thu Feb  5 10:05:45 2004
+++ llvm-gcc/gcc/version.c	Tue Nov  8 15:00:31 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.7cvs)";
 
 /* 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