aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-07-15 12:09:55 +0000
committerIan Lance Taylor <ian@airs.com>1999-07-15 12:09:55 +0000
commit2844ed430fda18bc282e3ac7d9a5761323ab17e6 (patch)
treebe659a6f2547693a37e28c4c625024c4613a0010 /ld
parent0ed15843924e05e7d9936566e69c4df873281694 (diff)
downloadgdb-2844ed430fda18bc282e3ac7d9a5761323ab17e6.zip
gdb-2844ed430fda18bc282e3ac7d9a5761323ab17e6.tar.gz
gdb-2844ed430fda18bc282e3ac7d9a5761323ab17e6.tar.bz2
* configure.in: Bump version number to 2.9.5.
* configure: Rebuild.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rwxr-xr-xld/configure2
-rw-r--r--ld/configure.in2
3 files changed, 7 insertions, 2 deletions
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 <ian@zembu.com>
+
+ * configure.in: Bump version number to 2.9.5.
+ * configure: Rebuild.
+
1999-07-14 Richard Henderson <rth@cygnus.com>
* 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