From: Phil Blundell Date: Tue, 19 Jun 2001 19:58:12 +0000 (+0000) Subject: 2001-06-19 Philip Blundell X-Git-Tag: binutils-2_11_2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8fae6965b844ddb82ecfde10fa3badb458d7dae;p=thirdparty%2Fbinutils-gdb.git 2001-06-19 Philip Blundell * configure.in: Set version to 2.11.2. * configure: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cc401ced827..62274388981 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-06-19 Philip Blundell + + * configure.in: Set version to 2.11.2. + * configure: Regenerate. + 2001-06-19 Andreas Jaeger Merge from mainline sources: diff --git a/bfd/configure b/bfd/configure index e3a57ff55c0..75270e27b36 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1127,7 +1127,7 @@ fi PACKAGE=bfd -VERSION=2.11.1 +VERSION=2.11.2 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/bfd/configure.in b/bfd/configure.in index 61a108b2246..b639e3bca22 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -7,7 +7,7 @@ AC_INIT(libbfd.c) AC_CANONICAL_SYSTEM AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.11.1) +AM_INIT_AUTOMAKE(bfd, 2.11.2) dnl These must be called before AM_PROG_LIBTOOL, because it may want dnl to call AC_CHECK_PROG.