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

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 e6b73ae95d2d60395fb587577d754afcc63323e1..603ad5306b2f19ae5ea7ea1020e59109334a161f 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020609 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020610 (prerelease)";
index ec5ea680d51f595345caae9cc758838e7c65589d..f0cae18c73a2a37fd975c37fae59cf9a597aa377 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020609 (prerelease)";
+const char *const version_string = "3.0.5 20020610 (prerelease)";
index 99a8bd6b7d44ffbd2e9a435a57b2182b7cf3176a..50984b9afb66f7ab5b95186b68923201f2cd7fe9 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020609 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020610 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 473ccad87fb229d95b92290b223b5b4e57a6e793..855811382d5fe31d82e6a9ad4f71f30542a0034f 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020609 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020610 (prerelease)";
 
 /*
 2.01   $ format added
index 7ab906cafb2372ef34c9af240c75487175a9e1bd..bc4dd95707baa1cb8d7a5febd852b9251afcc65a 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020609 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020610 (prerelease)";
 
 #include <stdio.h>
 
index 23a551d3950e805279a586ce206e32f797853334..716dccc2d10e1dce299cdb54876ee7b49dff7dc5 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020609
+#define __GLIBCPP__ 20020610
 
 // This is necessary until GCC supports separate template
 // compilation.