This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
gij --version
- To: java-patches at gcc dot gnu dot org
- Subject: gij --version
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Wed, 03 Oct 2001 23:45:09 +1200
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");