]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 22 Mar 2002 08:16:48 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 22 Mar 2002 08:16:48 +0000 (08:16 +0000)
From-SVN: r51163

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 3322b4807c43409dfd74d1be69ae5dc562551466..9ef6f10e5fb2016f8273094976168fb74ce74995 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020321 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020322 (prerelease)";
index 32bac7e6acb12fb6f741cc4ed27a71a2cfc2d24d..94806a435e79be5c93a4f9aaa46d79b8bafd3713 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020321 (prerelease)";
+const char *const version_string = "3.0.5 20020322 (prerelease)";
index f376d55fc6b21f54788403511e7c49fbe5a364ae..311aca6fce37819313765083f7a6a4ffe4ffa8dc 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020321 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020322 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8752912b099d533a025dbae5659dfd707c5700d4..337da654174b370ffa7f91307deae23efbf6e6c8 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020321 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020322 (prerelease)";
 
 /*
 2.01   $ format added
index a18fbca15aced08405b84a67c614216c72823e13..c6f4645d8c4c85cabc84c3bd7b58800f9d6bd0e7 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020321 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020322 (prerelease)";
 
 #include <stdio.h>
 
index 7cc69e47bb86ad24f877cc029aa58eaeb89360f9..f2a9907d304fef8016f937b5ac47815d5ce6aa82 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020321
+#define __GLIBCPP__ 20020322
 
 // This is necessary until GCC supports separate template
 // compilation.