This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [committed] Update Copyright years in --version printouts
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Matthias Klose <doko at ubuntu dot com>
- Cc: gcc-patches at gcc dot gnu dot org, GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Sat, 9 Jan 2010 04:42:02 -0500
- Subject: Re: [committed] Update Copyright years in --version printouts
- References: <20100109000651.GS16723@hs20-bc2-1.build.redhat.com> <4B47D875.7030302@ubuntu.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Sat, Jan 09, 2010 at 02:14:29AM +0100, Matthias Klose wrote:
> On 09.01.2010 01:06, Jakub Jelinek wrote:
> >Hi!
> >
> >As last year, I've bumped Copyright year in --version printouts.
> >Committed to trunk and 4.4 branch.
>
> the java .class files need a rebuild.
Oops, sorry, forgot about that.
> Should the gcc-4.4 class files be rebuiltusing ecj-latest.jar (ecj-4.5.jar)
> or ecj-4.3.jar?
I'd say with ecj-4.3.jar.
Jakub