This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: What to do about java.version?
- From: Tom Tromey <tromey at redhat dot com>
- To: Per Bothner <per at bothner dot com>
- Cc: Anthony Green <green at redhat dot com>, java at gcc dot gnu dot org
- Date: 26 Feb 2002 21:37:52 -0700
- Subject: Re: What to do about java.version?
- References: <1014581911.2395.130.camel@dhcppc2> <3C794F24.3070608@bothner.com>
- Reply-to: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
>> I don't think this version number has changed in years. Perhaps we
>> should be using some mangling of the gcj version number.
Per> I'd say just use the gcc version - i.e. "3.0.4".
This came up on java-patches recently. I agree, we should just use
the gcc version number. I have a patch to do this which I'll check in
soon (gcc.gnu.org seems down atm).
Tom