summaryrefslogtreecommitdiffstats
path: root/libjava/gij.cc
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-03 11:42:28 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2001-10-03 11:42:28 +0000
commitba03bdb5b5db2d459597d773415099bcd3194f8f (patch)
treeca370513422b06c9aa9f808f31f98702d94e6f17 /libjava/gij.cc
parent5164047e7d33a5ec7569f1a50c70ecd1ada78dd7 (diff)
downloadppe42-gcc-ba03bdb5b5db2d459597d773415099bcd3194f8f.tar.gz
ppe42-gcc-ba03bdb5b5db2d459597d773415099bcd3194f8f.zip
* gij.cc (version): Use GCJVERSION.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45993 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gij.cc')
-rw-r--r--libjava/gij.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/gij.cc b/libjava/gij.cc
index fc6a41e825c..0f7acc041cf 100644
--- a/libjava/gij.cc
+++ b/libjava/gij.cc
@@ -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");
OpenPOWER on IntegriCloud