summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2001-06-19 19:58:12 +0000
committerPhil Blundell <philb@gnu.org>2001-06-19 19:58:12 +0000
commit4d55e32d956281f7b8544790231524471db4f600 (patch)
treeda9dc1f7c6d8b6ecf492e3a05fe22573237e1e36
parent183a8169669d96a2f84e10840d1bde7030019705 (diff)
downloadbinutils-redhat-4d55e32d956281f7b8544790231524471db4f600.tar.gz
2001-06-19 Philip Blundell <philb@gnu.org>
* 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 cc401ced82..6227438898 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 e3a57ff55c..75270e27b3 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 61a108b224..b639e3bca2 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.