aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-05-05 21:07:32 +0000
committerPer Bothner <per@bothner.com>1992-05-05 21:07:32 +0000
commit98377f31b786a82d3d47c00887f6f158090e62ea (patch)
treed6a9fa3bc78dcf8fb9afe435a1df6a31cd2ebd2b /ld
parent892205bc4bbaeb812ccf6d33de393991338bd6d3 (diff)
downloadgdb-98377f31b786a82d3d47c00887f6f158090e62ea.zip
gdb-98377f31b786a82d3d47c00887f6f158090e62ea.tar.gz
gdb-98377f31b786a82d3d47c00887f6f158090e62ea.tar.bz2
* ldver.c: Increase version number to 1.97, for consistency with ../binutils.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/ldver.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 4b0b7c2..2b916c6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 5 14:05:05 1992 Per Bothner (bothner@rtl.cygnus.com)
+
+ * ldver.c: Increase version number to 1.97, for consistency
+ with ../binutils.
+
Tue May 5 12:12:24 1992 K. Richard Pixley (rich@cygnus.com)
* Makefile.in: FLEX -> LEX.
diff --git a/ld/ldver.c b/ld/ldver.c
index 08cb6f7..02d583b 100644
--- a/ld/ldver.c
+++ b/ld/ldver.c
@@ -34,7 +34,7 @@ DEFUN(ldversion,(noisy),
int noisy)
{
- fprintf(stdout,"ld version 1.96 (with BFD %s)\n", BFD_VERSION);
+ fprintf(stdout,"ld version 1.97 (with BFD %s)\n", BFD_VERSION);
if (noisy)
{