This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]