* ldver.c: Increase version number to 1.97, for consistency with ../binutils.

This commit is contained in:
Per Bothner 1992-05-05 21:07:32 +00:00
parent 892205bc4b
commit 98377f31b7
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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)
{