* gij.cc (version): Use GCJVERSION.
authorBryce McKinlay <bryce@gcc.gnu.org>
Wed, 3 Oct 2001 11:42:28 +0000 (12:42 +0100)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 3 Oct 2001 11:42:28 +0000 (12:42 +0100)
From-SVN: r45993

libjava/gij.cc

index fc6a41e825cf21b9b7e418e1842a6c5b0837d3ce..0f7acc041cf880cc788474ff32fa4ff5340740a3 100644 (file)
@@ -40,7 +40,7 @@ help ()
 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");