Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Apr 2002 07:17:49 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Apr 2002 07:17:49 +0000 (07:17 +0000)
From-SVN: r52786

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 e65d8ab5f406181a1d20dd4676e4b7dcb63dc2bf..c7a2a5da116a1344cb11d56e89958d2734e02024 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020425 (experimental)";
+const char *const ffe_version_string = "3.2 20020426 (experimental)";
index c9d2318d5d1005e3f1a2ac10b75f87c8fb000eb9..361fad7b46563352d45dd6b9c885870edf358a08 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020425 (experimental)";
+const char *const version_string = "3.2 20020426 (experimental)";
index 7d16a87e3193b89d80dbae21a2f45a10e813aae1..fa104e0da82786c7aa729705ee6f98232dc127eb 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020425 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020426 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a4ec5b23493406fcdb1da65a03c5379493eb4742..7989df3648118e7c4c0ab64d663a586099c4dc20 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020425 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020426 (experimental)";
 
 /*
 2.01   $ format added
index bd3e85d8246fdafef1381a895e40041fe1063690..fe5e4c71994d77de2eff651ba34a26d6dbfdc501 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020425 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020426 (experimental)";
 
 #include <stdio.h>
 
index 61ae129d08d99c523b979b2424d2e05a8b89ba7c..901cd0d0e04fa417d78e0bd6d969370ec54f2d86 100644 (file)
@@ -34,7 +34,7 @@
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020425
+#define __GLIBCPP__ 20020426
 
 // This is necessary until GCC supports separate template
 // compilation.