Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 21 Apr 2002 07:16:57 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 21 Apr 2002 07:16:57 +0000 (07:16 +0000)
From-SVN: r52573

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 aa10d450c40152c0d25807b7e0e4a9d0ae41b794..1dfaba159b6fe4b150f223cfed9c3ff7d8ba15d9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020420 (experimental)";
+const char *const ffe_version_string = "3.2 20020421 (experimental)";
index 2767bc610974d30947c7cc8b070199cdd65763bd..570eac0c4d54a1ff3cc46ee02dfba94a8f86e56c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020420 (experimental)";
+const char *const version_string = "3.2 20020421 (experimental)";
index 7954ea9b968dcac9dcacbfb4d5de7403915fdf5f..9e2a872acdb0ec93839b246a297f39f080a1757e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020420 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020421 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index d4b7f6627ae50c4df0a251b78f704ecb552a87b7..537a2a50a88ddf9de207be33294501ae22788129 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020420 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020421 (experimental)";
 
 /*
 2.01   $ format added
index 7d923ab8656c4e62e2118e0be04f153b4516831c..cb803809b4b64ff5cc86a2ca622bc6a7ea8221b9 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020420 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020421 (experimental)";
 
 #include <stdio.h>
 
index 545c66490bf693b88e60b2a3e6d18499c15f65ef..7f3513556391c31395126b7dcf6aad0fb95c44f2 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__ 20020420
+#define __GLIBCPP__ 20020421
 
 // This is necessary until GCC supports separate template
 // compilation.