From: Phil Blundell Date: Sun, 10 Jun 2001 12:28:49 +0000 (+0000) Subject: 2001-06-10 Philip Blundell X-Git-Tag: binutils-2_11_1~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bba37f30ac5895cab45249d6aec8159bfff55daa;p=thirdparty%2Fbinutils-gdb.git 2001-06-10 Philip Blundell * configure.in: Set version to 2.11.1. * configure: Regenerate. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index d85619b3569..d739d27d8a7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-06-10 Philip Blundell + + * configure.in: Set version to 2.11.1. + * configure: Regenerate. + 2001-06-07 Alan Modra * Most files: Update copyright notices. diff --git a/gas/configure b/gas/configure index 88d222e2ce8..4260b623694 100755 --- a/gas/configure +++ b/gas/configure @@ -925,7 +925,7 @@ fi PACKAGE=gas -VERSION=2.11 +VERSION=2.11.1 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/gas/configure.in b/gas/configure.in index cc24715a93a..ad88455a2ab 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -11,7 +11,7 @@ AC_INIT(as.h) AC_CANONICAL_SYSTEM AC_ISC_POSIX -AM_INIT_AUTOMAKE(gas, 2.11) +AM_INIT_AUTOMAKE(gas, 2.11.1) AM_PROG_LIBTOOL diff --git a/ld/ChangeLog b/ld/ChangeLog index 8ae4eb74004..98f252217ea 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2001-06-10 Philip Blundell + + * configure.in: Set version to 2.11.1. + * configure: Regenerate. + 2001-06-08 Alan Modra * ldlang.c (record_bfd_errors): Remove. diff --git a/ld/configure b/ld/configure index ee0e296d748..4f93b7ef3c8 100755 --- a/ld/configure +++ b/ld/configure @@ -1123,7 +1123,7 @@ fi PACKAGE=ld -VERSION=2.11 +VERSION=2.11.1 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/ld/configure.in b/ld/configure.in index 06831d2a44d..8a7d675349a 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -6,7 +6,7 @@ AC_INIT(ldmain.c) AC_CANONICAL_SYSTEM AC_ISC_POSIX -AM_INIT_AUTOMAKE(ld, 2.11) +AM_INIT_AUTOMAKE(ld, 2.11.1) AM_PROG_LIBTOOL