summaryrefslogtreecommitdiff
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
parent0ed15843924e05e7d9936566e69c4df873281694 (diff)
downloadbinutils-gdb-2844ed430fda18bc282e3ac7d9a5761323ab17e6.tar.gz
* configure.in: Bump version number to 2.9.5.
* configure: Rebuild.
-rw-r--r--binutils/ChangeLog5
-rwxr-xr-xbinutils/configure2
-rw-r--r--binutils/configure.in2
-rw-r--r--ld/ChangeLog5
-rwxr-xr-xld/configure2
-rw-r--r--ld/configure.in2
6 files changed, 14 insertions, 4 deletions
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 <ian@zembu.com>
+
+ * configure.in: Bump version number to 2.9.5.
+ * configure: Rebuild.
+
1999-07-14 Richard Henderson <rth@cygnus.com>
* 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 <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 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