This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: BFD version on mainline?


Hi H.J.

> Since the 2.13 branch has been created, shouldn't we update the BFD
> version on mainline?

Indeed.  I have applied this patch:

Cheers
        Nick

2002-08-01  Nick Clifton  <nickc@redhat.com>

	* configure.in (AM_INIT_AUTOMAKE): Bump version number.
	* configure: Regenerate.

Index: bfd/configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.108
diff -c -3 -p -w -r1.108 configure.in
*** bfd/configure.in	31 Jul 2002 00:32:10 -0000	1.108
--- bfd/configure.in	1 Aug 2002 06:43:21 -0000
*************** AC_INIT(libbfd.c)
*** 7,13 ****
  AC_CANONICAL_SYSTEM
  AC_ISC_POSIX
  
! AM_INIT_AUTOMAKE(bfd, 2.12.90)
  # Uncomment the next line to remove the date from the reported bfd version
  #is_release=y
  
--- 7,13 ----
  AC_CANONICAL_SYSTEM
  AC_ISC_POSIX
  
! AM_INIT_AUTOMAKE(bfd, 2.13.90)
  # Uncomment the next line to remove the date from the reported bfd version
  #is_release=y
  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]