Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 27 Mar 2002 08:18:11 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 27 Mar 2002 08:18:11 +0000 (08:18 +0000)
From-SVN: r51437

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 f7f073537a662161317c937f8a0ac6183699d8dd..80d08e7e0e5ea639afed517221640da3ada278ab 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020326 (experimental)";
+const char *const ffe_version_string = "3.2 20020327 (experimental)";
index d789b1bc0dfc73bf2138c1921a333ef5c153451b..3dd1e7270b04cd6c48797db3d7b619f21143a27f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020326 (experimental)";
+const char *const version_string = "3.2 20020327 (experimental)";
index 6c8f59c34d517b521b378cd999c348a000a9a0bb..c0b7ee0ba17b0950f29207e510b01c9d2c49cc96 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020326 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020327 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 6972405b6996255e2e36aad3d2cb07ccea6d14ba..7577db52b364df3e7f47b3ba30a474e56771793a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020326 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020327 (experimental)";
 
 /*
 2.01   $ format added
index 14e2e10827d662845ffc71bef2c82483e0f3a4c6..42be06c235f04cd7a66d720556362ac717462c13 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020326 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020327 (experimental)";
 
 #include <stdio.h>
 
index 86d77978e1eb1da6558535bf15e9f6b90662094d..5d83f48f7ed52f9896342d4a1bbae3756f156d06 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__ 20020326
+#define __GLIBCPP__ 20020327
 
 // This is necessary until GCC supports separate template
 // compilation.