]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Version.c: No longer a prerelease.
authorJeffrey A Law <law@cygnus.com>
Thu, 29 Jul 1999 09:37:34 +0000 (03:37 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 29 Jul 1999 09:37:34 +0000 (03:37 -0600)
        * libF77/Version.c: No longer a prerelease.
        * libI77/Version.c: No longer a prerelease.
        * libU77/Version.c: No longer a prerelease.

From-SVN: r28335

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

index b0b023b93f246c14b97818bfe26041fbf8bb591d..ede59b0a0d578f3c7ad736c596c7e4b3c9296ccc 100644 (file)
@@ -2,9 +2,9 @@ Wed Jul 28 21:39:31 PDT 1999 Jeff Law  (law@cygnus.com)
 
        * gcc-2.95 Released.
 
-Sun Jul 25 23:40:51 PDT 1999 Jeff Law  (law@cygnus.com)
-
-       * gcc-2.95 Released.
+       * libF77/Version.c: No longer a prerelease.
+       * libI77/Version.c: No longer a prerelease.
+       * libU77/Version.c: No longer a prerelease.
 
 Wed Jul  7 15:58:16 1999  Craig Burley  <craig@jcb-sc.com>
 
index 3c6112d010c41d26dab924e70e931fa37f6cd7be..88495125d241cb9f0b2eed0c00fdca37d1cd572a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.25 19990728 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.25 19990728 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index c4c5a411f280a2f0148709629ce8ed56fe700879..d23a92cf77d7e7c832670186207f93640590fde4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990503\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.25 19990728 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.25 19990728 (release)";
 
 /*
 2.01   $ format added
index 09c50a1456371b9671c1ebfd4985a0f2fc439170..0ac0463e4b164aa25ad908dc810065aeddbc05a4 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.25 19990728 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.25 19990728 (release)";
 
 #include <stdio.h>