summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <pb@futuretv.com>2001-06-19 19:58:12 +0000
committerPhil Blundell <pb@futuretv.com>2001-06-19 19:58:12 +0000
commitbfe4ee6079b8eb314a54c3871ae8a61a624d4070 (patch)
treedae01a5f4fd9d5293ba76b8102da014b799a5811
parentfc4ca3ae440bd7cdcaa3dd5d0166fca059b4151e (diff)
downloadgdb-bfe4ee6079b8eb314a54c3871ae8a61a624d4070.tar.gz
2001-06-19 Philip Blundell <philb@gnu.org>binutils-2_11_2
* configure.in: Set version to 2.11.2. * configure: Regenerate.
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/configure2
-rw-r--r--bfd/configure.in2
3 files changed, 7 insertions, 2 deletions
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 <philb@gnu.org>
+
+ * configure.in: Set version to 2.11.2.
+ * configure: Regenerate.
+
2001-06-19 Andreas Jaeger <aj@suse.de>
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.