From: Tristan Gingold Date: Tue, 6 Oct 2009 14:56:15 +0000 (+0000) Subject: bfd/ X-Git-Tag: binutils-2_20~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7af35de8871b8f7f73ac1136e8a09290ff3f4ccf;p=thirdparty%2Fbinutils-gdb.git bfd/ 2009-10-06 Tristan Gingold * configure.in: Bump version to 2.19.92 * configure: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0eb65a9f94d..6b82223e802 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-10-06 Tristan Gingold + + * configure.in: Bump version to 2.19.92 + * configure: Regenerate. + 2009-10-01 Dave Korn * cofflink.c (_bfd_coff_generic_relocate_section): Look for the aux diff --git a/bfd/configure b/bfd/configure index 07cf83cde05..4c845b22266 100755 --- a/bfd/configure +++ b/bfd/configure @@ -4116,7 +4116,7 @@ fi # Define the identity of the package. PACKAGE=bfd - VERSION=2.19.91 + VERSION=2.19.92 cat >>confdefs.h <<_ACEOF diff --git a/bfd/configure.in b/bfd/configure.in index 05e2b1a6585..208b30b9df3 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c]) AC_CANONICAL_TARGET AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.19.91) +AM_INIT_AUTOMAKE(bfd, 2.19.92) dnl These must be called before LT_INIT, because it may want dnl to call AC_CHECK_PROG.