]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Jun 2002 07:20:49 +0000 (07:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Jun 2002 07:20:49 +0000 (07:20 +0000)
From-SVN: r54307

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 e6ca2f4b7ba09060bd84d5ab2bec530f9f9ead4b..6b8936d5ae5b3b00d2de9dafb6c56bd342b2baeb 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020605 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020606 (prerelease)";
index 188caf4923cf996bccbe94ea180555b4eb0bc065..29fc7f2455e811c2fd7934092ee9cad9934cffb0 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020605 (prerelease)";
+const char *const version_string = "3.0.5 20020606 (prerelease)";
index c155fdb75f0447a8e23742bb58cce7b14634721c..e295d813a4e0516246d01a4aec1613f46fe07039 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020605 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020606 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 4456b648d09e482c773a2413a0a582f8c4d5c3c5..604ddc002e20432ecdfdad7ae56c8eedde81142f 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020605 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020606 (prerelease)";
 
 /*
 2.01   $ format added
index 10cd49a3547411a4fd8b574481971a5c2b034b73..d490945ba077c48110cedf3ed214460bc8f3ffe1 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020605 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020606 (prerelease)";
 
 #include <stdio.h>
 
index e5ff1ed56f4ff5db6eef32867fa5f583e3fb3e4d..1b7e64eebbe81008585260ce6ae29a6580eb7eee 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020605
+#define __GLIBCPP__ 20020606
 
 // This is necessary until GCC supports separate template
 // compilation.