]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Version.c: Update.
authorCraig Burley <burley@gnu.org>
Tue, 1 Sep 1998 09:07:47 +0000 (05:07 -0400)
committerJeff Law <law@gcc.gnu.org>
Tue, 1 Sep 1998 09:07:47 +0000 (03:07 -0600)
        * libF77/Version.c: Update.
        * libU77/Version.c: Update.
        * libI77/Version.c: Update.

From-SVN: r22150

libf2c/ChangeLog
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c

index a8a129efb0429fa056cab48418da06249d0e35b3..eac43c62e278269c5108e5915744201e828101d5 100644 (file)
@@ -1,3 +1,9 @@
+Tue Sep  1 10:06:06 1998  Craig Burley  <burley@gnu.org>
+
+       * libF77/Version.c: Update.
+       * libU77/Version.c: Update.
+       * libI77/Version.c: Update.
+
 Wed Aug 26 23:20:12 1998  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.in (FLAGS_TO_PASS): Fix typo.
index 4ccfd3a0d458fa4e272227c190c1821dc3367da9..3e46ce899d9af1e4ff1ddead44764f3b6985f3bc 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19970919\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.23";
+char __G77_LIBF77_VERSION__[] = "0.5.24";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e070d2064edf22862305bf2aa44aa26d33d9fee6..3255c3cc940b44cb019cba0d915367a798c49896 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19980617\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.23";
+char __G77_LIBI77_VERSION__[] = "0.5.24";
 
 /*
 2.01   $ format added
index 8b728c228e7652df3860e5449d67c8a28e0bc07a..fd2527ce859bb8fa54eed1497268a92d545ac5c3 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.23";
+char __G77_LIBU77_VERSION__[] = "0.5.24";
 
 #include <stdio.h>