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

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