This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: libgcj version number
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 28 Feb 2002 10:58:49 -0700
- Subject: Re: Patch: FYI: libgcj version number
- References: <87664jea9t.fsf@creche.redhat.com> <3C7D7F65.20308@waitaki.otago.ac.nz>
- Reply-to: tromey at redhat dot com
Bryce> It would be nice to have access to the full version string
Bryce> including the build date. Is there any reason not to #include
Bryce> gcc/version.h?
I think __VERSION__ includes this info.
I get this:
creche. gij --version
gij (GNU libgcj) version 3.2 20020227 (experimental)
Tom