From: Ian Lance Taylor Date: Thu, 15 Jul 1999 12:09:55 +0000 (+0000) Subject: * configure.in: Bump version number to 2.9.5. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2844ed430fda18bc282e3ac7d9a5761323ab17e6;p=binutils-gdb.git * configure.in: Bump version number to 2.9.5. * configure: Rebuild. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4eb99da9458..5fa63dcb4e1 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 d91582c39f6..d4c77e6066c 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 be37cecddc6..c4ee803d054 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 028c4fb28e5..aebb4deee06 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 3077236efe0..00a8d9d6c68 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 ef87b9ea21b..01b802eeaee 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