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

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 6ebb1d858559459ce9776d023820ca53db83a2ee..6106a01f1012db6f64fe5552331a8e68bb3ef90c 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020707 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020708 (prerelease)";
index 5516f80b8a04208fd5c9d5f32c02b18c74226238..7538a2ded20b83506ef79cc4d9d3168554a3c0c5 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020707 (prerelease)";
+const char *const version_string = "3.0.5 20020708 (prerelease)";
index 7737196b381bb48532be48ba80ab5d0b02f83102..83d86da19f43e4fe0646ef70a124a87f394f8a6c 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020707 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020708 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 181a19eb44cff6c1fff491a3f2fbc258b6be7b8e..39dd1267530b6b7872886c6f79df7be7a62a4c46 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020707 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020708 (prerelease)";
 
 /*
 2.01   $ format added
index 01e4b14d323ff8605775210c9473c52a3b01891a..5a7988976fe9a599e376c446207ccb10bb56fc7a 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020707 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020708 (prerelease)";
 
 #include <stdio.h>
 
index e5368e4466601186c14f7cfd29ccba266a196286..b8326859a05be9dfdcbd606d18f8543064ea448a 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020707
+#define __GLIBCPP__ 20020708
 
 // This is necessary until GCC supports separate template
 // compilation.