]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct version numbers
authorMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 28 Jul 2002 16:50:06 +0000 (16:50 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 28 Jul 2002 16:50:06 +0000 (16:50 +0000)
From-SVN: r55819

gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c

index 64d47b76bc456cd23aba64b24fee78f35325b4ed..f29005d1b4a27a594d4ffc31ca335f0b485d9701 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 (prerelease) 2002-07-26";
+const char *const ffe_version_string = "3.2 20020728 (prerelease)";
index 266b35c4f1a38cb6cc969c97850a317ed8e297ad..408fadaf2ec5797c10acb3c4be5cf796aed66bca 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 2002-07-26 (prerelease)";
+const char *const version_string = "3.2 20020728 (prerelease)";
index f6d511279623b0a5c7456c0f4825c5f37156fc42..13ca6a44a7fa1b33a26f8faab7caeb7a51773cb5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020728 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 1cf8a4cf22f21ba2201191975d60966805b42858..c6c9decf6322e8941852ff38f40bb5fcc9b05da4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020728 (prerelease)";
 
 /*
 2.01   $ format added
index 5a7fec367209358e405d386db32ce7d621550e5a..caa98c3ec56f38791b53f7c6720c50a8e71bc879 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 2002-07-26 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020728 (prerelease)";
 
 #include <stdio.h>