This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[ABI] Update version string for abi branch
- From: Bryce McKinlay <mckinlay at redhat dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Tue, 20 Apr 2004 18:04:21 -0400
- Subject: [ABI] Update version string for abi branch
This little change makes it easier for me to determine which compiler
tree I'm running at a given moment ;-)
I'm checking it in.
Bryce
2004-04-20 Bryce McKinlay <mckinlay@redhat.com>
* version.c (version_string): Update for gcj-abi-2-dev-branch.
Index: version.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/version.c,v
retrieving revision 1.2301
diff -u -r1.2301 version.c
--- version.c 13 Apr 2004 00:16:44 -0000 1.2301
+++ version.c 20 Apr 2004 22:02:22 -0000
@@ -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.5.0 20040413 (experimental)";
+const char version_string[] = "3.5.0-abi 20040413 (gcj-abi-2-dev-branch)";
/* This is the location of the online document giving instructions for
reporting bugs. If you distribute a modified version of GCC,