]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 4 Jul 2002 07:17:28 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 4 Jul 2002 07:17:28 +0000 (07:17 +0000)
From-SVN: r55238

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 df50a4311985e44f476d9c2ce42a9a5ade3502fc..7f12c8fe8151da735d44d0cab5117349bbbcd52a 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020703 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020704 (prerelease)";
index 88b71e899a30d64bc8e579d6d1d1f347745a4aee..7f72c317ebc23fc37ad1ad89c93af386e6ba48c8 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020703 (prerelease)";
+const char *const version_string = "3.0.5 20020704 (prerelease)";
index 5c8d5a6e65c59a0fc5070cb7c13a9257f1a53221..991c1d1709444563a026f69575103fc1ec9296d4 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020703 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020704 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 70516daece6d1438810571a2dc51ee4e2ea3579b..581d3489ed2e09631b42b92811a24df23818c8b3 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020703 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020704 (prerelease)";
 
 /*
 2.01   $ format added
index a1950c474c3e406cf3e1bf30fd73032b5c13844f..661a0841786657ee409932f477d20e91565a955e 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020703 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020704 (prerelease)";
 
 #include <stdio.h>
 
index a69336a7755aa75a464e7a686a84b7fceaa0f127..e4d29504cc9ffb3ce3008970044dbf99eb347c64 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020703
+#define __GLIBCPP__ 20020704
 
 // This is necessary until GCC supports separate template
 // compilation.