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

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