blob: 7db7456bff3ccb1748c8f6070a2d9cf6c550c178 (
plain)
1 diff -Nru gcc-4.0.3-old/gcc/version.c gcc-4.0.3/gcc/version.c
2 --- gcc-4.0.3-old/gcc/version.c 2006-03-14 02:13:18.000000000 +0100
3 +++ gcc-4.0.3/gcc/version.c 2006-03-14 02:14:20.000000000 +0100
4 @@ -5,7 +5,7 @@
5 please modify this string to indicate that, e.g. by putting your
6 organization's name in parentheses at the end of the string. */
7
8 -const char version_string[] = "4.0.3";
9 +const char version_string[] = "4.0.3 (CRUX)";
10
11 /* This is the location of the online document giving instructions for
12 reporting bugs. If you distribute a modified version of GCC,
|