* ldver.c: Increase version number to 1.97, for consistency with ../binutils.
authorPer Bothner <per@bothner.com>
Tue, 5 May 1992 21:07:32 +0000 (21:07 +0000)
committerPer Bothner <per@bothner.com>
Tue, 5 May 1992 21:07:32 +0000 (21:07 +0000)
ld/ChangeLog
ld/ldver.c

index 4b0b7c22cbf8bb49ca63b41e715f0e6263af1e61..2b916c6ed8afc48c49aa9c1b6fcf16bb49d59951 100644 (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.
index 08cb6f79c86547a2873b86b3de0a8be240e78086..02d583b71ef242d0bc88edbc0bd8e8daf500244a 100644 (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) 
   {