Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 19 Apr 2002 07:19:16 +0000 (07:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 19 Apr 2002 07:19:16 +0000 (07:19 +0000)
From-SVN: r52516

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 89d7f93fb0a60ea3731f93d83e1fc1c70fe138c7..8654a9b944546c4663373aa9014dc86e09926ec5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020418 (experimental)";
+const char *const ffe_version_string = "3.2 20020419 (experimental)";
index d006ba4746982e058862c18afe8ec5dc43e6ee66..6ffc3fb887c6fde8daa3e8d151155bb729786362 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020418 (experimental)";
+const char *const version_string = "3.2 20020419 (experimental)";
index 93659a8a80e99a1a19b9a9d75022ba7130c9c4f5..54a92f37671ec924012cbaa6715f3e975b4f1ef1 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020418 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020419 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 611a0b998405f112540fd4de207bcc03551a17ce..685bccdafadf2a1ddffd6d1e36973fb4fa1f92f5 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020418 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020419 (experimental)";
 
 /*
 2.01   $ format added
index 5f9e29b89262fff15a7cfe6df3655d3ae40bfd50..5410a0621b53d35ec011db7f1cf28ff886fb01b1 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020418 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020419 (experimental)";
 
 #include <stdio.h>
 
index ecddd695dfc5c3f5ac0f25ec85aaa1e44b253003..98e5a0c6ac3dda1b4c9ea81d0957ed330a15eb62 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__ 20020418
+#define __GLIBCPP__ 20020419
 
 // This is necessary until GCC supports separate template
 // compilation.