From 98377f31b786a82d3d47c00887f6f158090e62ea Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 5 May 1992 21:07:32 +0000 Subject: [PATCH] * ldver.c: Increase version number to 1.97, for consistency with ../binutils. --- ld/ChangeLog | 5 +++++ ld/ldver.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 4b0b7c22cbf..2b916c6ed8a 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 08cb6f79c86..02d583b71ef 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) { -- 2.30.2