This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: (FWD) [PATCH] bump bfd version post 2.12 branching
- From: Nick Clifton <nickc at cambridge dot redhat dot com>
- To: obrien at FreeBSD dot org
- Cc: binutils at sources dot redhat dot com
- Date: 18 Feb 2002 09:52:46 +0000
- Subject: Re: (FWD) [PATCH] bump bfd version post 2.12 branching
- References: <20020218004120.A2470@dragon.nuxi.com>
Hi David,
> May I PLEASE commit this so I can tell a mainline built `ld' from a 2.12
> branch one?
> -AM_INIT_AUTOMAKE(bfd, 2.11.93)
> +AM_INIT_AUTOMAKE(bfd, 2.12.90)
Hmm, what is the third number for ? The year ? A minor revision
number ? I suspect that this ought to be:
AM_INIT_AUTOMAKE(bfd, 2.12.02)
or
AM_INIT_AUTOMAKE(bfd, 2.12.94)
or
AM_INIT_AUTOMAKE(bfd, 2.12.0)
Cheers
Nick