]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2001-06-19 Philip Blundell <philb@gnu.org>
authorPhil Blundell <philb@gnu.org>
Tue, 19 Jun 2001 19:58:12 +0000 (19:58 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 19 Jun 2001 19:58:12 +0000 (19:58 +0000)
* configure.in: Set version to 2.11.2.
* configure: Regenerate.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index cc401ced827757f24dfbeb4cad6f530e30060d3d..62274388981138df5d79d0fac95e400bf4c1b1b1 100644 (file)
@@ -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:
index e3a57ff55c0c5b3791064ce26d05c9995eb02648..75270e27b36b01de5dd2b7b7db163f54142499f5 100755 (executable)
@@ -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; }
index 61a108b2246a442a2a68e1a6296a7d7ba5e8f3ea..b639e3bca225f0fa283b7df5e5c8b2e4f79e74fb 100644 (file)
@@ -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.