]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 22 May 2002 07:18:05 +0000 (07:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 22 May 2002 07:18:05 +0000 (07:18 +0000)
From-SVN: r53728

gcc/f/version.c
gcc/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index f5b1f02ac7a06cd6e89dcff789429d41f14f3cde..b72e58eab0bd21567dec03e9226d3108b90eab4b 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020521 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020522 (prerelease)";
index 6c3655e72db4a8d120f58677c6281a6780018354..8d85080c5b776c610f35b0132fde9be4008d3883 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020521 (prerelease)";
+const char *const version_string = "3.0.5 20020522 (prerelease)";
index b27f2c88fbbe7db229249ba8d6a3ecfebe7d647b..233fd93aafdd988fe67fc8f3af606ca186e256dc 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020521 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020522 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index fbf32f985a3b0dbde17827bedb5bf6b8a71abf59..4b833a5bf43fd53aec2a79d2314bdfaef50a8cc9 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020521 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020522 (prerelease)";
 
 /*
 2.01   $ format added
index 20e0b21841f1f83fe9473334ee861ef930ecd171..852a3b945db6747c90420343d6f271c8234c1d3f 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020521 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020522 (prerelease)";
 
 #include <stdio.h>
 
index caf9cdb563ea2c6ef74976e7a5229c2f48697679..410f80e7033925179bdaf95dd6c5fd323a1a8968 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020521
+#define __GLIBCPP__ 20020522
 
 // This is necessary until GCC supports separate template
 // compilation.