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]

gij --version


This change makes "gij --version" display a version number that makes 
sense. I'm checking it in.

Bryce.

Index: gij.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gij.cc,v
retrieving revision 1.14
diff -u -r1.14 gij.cc
--- gij.cc      2001/08/26 11:30:06     1.14
+++ gij.cc      2001/10/03 11:41:26
@@ -40,7 +40,7 @@
 static void
 version ()
 {
-  printf ("gij (GNU libgcj) version %s\n\n", VERSION);
+  printf ("gij (GNU libgcj) version %s\n\n", GCJVERSION);
   printf ("Copyright (C) 2001 Free Software Foundation.\n");
   printf ("This is free software; see the source for copying 
conditions.  There is NO\n");
   printf ("warranty; not even for MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE.\n");




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