]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Jul 2002 07:16:50 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 5 Jul 2002 07:16:50 +0000 (07:16 +0000)
From-SVN: r55254

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