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

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