From 2844ed430fda18bc282e3ac7d9a5761323ab17e6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 15 Jul 1999 12:09:55 +0000 Subject: [PATCH] * configure.in: Bump version number to 2.9.5. * configure: Rebuild. --- binutils/ChangeLog | 5 +++++ binutils/configure | 2 +- binutils/configure.in | 2 +- ld/ChangeLog | 5 +++++ ld/configure | 2 +- ld/configure.in | 2 +- 6 files changed, 14 insertions(+), 4 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4eb99da..5fa63dc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +1999-07-15 Ian Lance Taylor + + * configure.in: Bump version number to 2.9.5. + * configure: Rebuild. + 1999-07-14 Richard Henderson * objdump.c (dump_section_header): Print SEC_SHORT. diff --git a/binutils/configure b/binutils/configure index d91582c..d4c77e6 100755 --- a/binutils/configure +++ b/binutils/configure @@ -814,7 +814,7 @@ fi PACKAGE=binutils -VERSION=2.9.4 +VERSION=2.9.5 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/binutils/configure.in b/binutils/configure.in index be37cec..c4ee803 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -5,7 +5,7 @@ AC_INIT(ar.c) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(binutils, 2.9.4) +AM_INIT_AUTOMAKE(binutils, 2.9.5) AM_PROG_LIBTOOL diff --git a/ld/ChangeLog b/ld/ChangeLog index 028c4fb..aebb4de 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +1999-07-15 Ian Lance Taylor + + * configure.in: Bump version number to 2.9.5. + * configure: Rebuild. + 1999-07-14 Richard Henderson * ldlang.c (wild_doit): Copy SEC_SHORT to output section. diff --git a/ld/configure b/ld/configure index 3077236..00a8d9d 100755 --- a/ld/configure +++ b/ld/configure @@ -814,7 +814,7 @@ fi PACKAGE=ld -VERSION=2.9.4 +VERSION=2.9.5 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 ef87b9e..01b802e 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -5,7 +5,7 @@ AC_INIT(ldmain.c) AC_CANONICAL_SYSTEM -AM_INIT_AUTOMAKE(ld, 2.9.4) +AM_INIT_AUTOMAKE(ld, 2.9.5) AM_PROG_LIBTOOL -- 2.7.4