Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 11 Apr 2002 07:16:59 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 11 Apr 2002 07:16:59 +0000 (07:16 +0000)
From-SVN: r52153

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 fac72f3cd5a9d2a3c898a1006570829f161a1364..6c134d8636eb715bc371c6a9ed303dbcda5fc538 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020410 (experimental)";
+const char *const ffe_version_string = "3.2 20020411 (experimental)";
index adc377714b8a152c5472ba8b0bf64f60501913e7..4ba3ad169c7d75a14d78bc63c075ce40cf26a1db 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020410 (experimental)";
+const char *const version_string = "3.2 20020411 (experimental)";
index a199af16cfb3d1f8644697fc125feaaa3d98f59b..eb366f52a1ede7fe28b3ebe73472d71075905172 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020410 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020411 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index a3c6c3505757a1a08a482bc243a2876efa1e71d6..e1a446719c07acf77d9881c929aad818ef752a54 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020410 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020411 (experimental)";
 
 /*
 2.01   $ format added
index 9181e18fc150446544a6032cc769eabdace8cd3a..c16af2154fdf5a5f480e75f2e8b735bcd7b216eb 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020410 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020411 (experimental)";
 
 #include <stdio.h>
 
index 8cd9a47bcfc76cfd4924c37574efc53f75319c41..106e18830127e23ca91f6f12f84b74f9fa500418 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__ 20020410
+#define __GLIBCPP__ 20020411
 
 // This is necessary until GCC supports separate template
 // compilation.