From 2844ed430fda18bc282e3ac7d9a5761323ab17e6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 15 Jul 1999 12:09:55 +0000 Subject: * configure.in: Bump version number to 2.9.5. * configure: Rebuild. --- ld/ChangeLog | 5 +++++ ld/configure | 2 +- ld/configure.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'ld') 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 -- cgit v1.1