Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 18 Apr 2002 07:18:01 +0000 (07:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 18 Apr 2002 07:18:01 +0000 (07:18 +0000)
From-SVN: r52459

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