austern 02/08/19 13:16:16
Modified: gcc Tag: fearless-kitty-branch version.c
Log:
Prepare for submission to Electron. The version number is the *only* change.
gcc3-1160 mistakenly reports itself as 1156.
Revision Changes Path
No revision
No revision
1.44.2.7 +1 -1 gcc3/gcc/version.c
Index: version.c
===================================================================
RCS file: /cvs/Darwin/gcc3/gcc/version.c,v
retrieving revision 1.44.2.6
retrieving revision 1.44.2.7
diff -u -r1.44.2.6 -r1.44.2.7
--- version.c 2002/07/27 17:16:26 1.44.2.6
+++ version.c 2002/08/19 20:16:15 1.44.2.7
@@ -6,5 +6,5 @@
/* APPLE LOCAL begin Apple version */
/* Note that we can't say "apple_v*rs**n_str*ng" because of a cheesy
grep in configure that will get very confused if we do. */
-const char *const apple_version_str = "1156";
+const char *const apple_version_str = "1161";
/* APPLE LOCAL end Apple version */