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

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 993f2000a5b5c025c47e3b8db997758c5d0c44b8..cbdf136403ab84eaa69098d6ce12aec16bf081e5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020403 (experimental)";
+const char *const ffe_version_string = "3.2 20020404 (experimental)";
index 1693413293717256fabd1bb2937a060565b591e9..d9d9c34d26b3c08934d928a288cc63ce09664391 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020403 (experimental)";
+const char *const version_string = "3.2 20020404 (experimental)";
index 2d3632d4bfb591d1cbbeab75fbccf228c65504c9..bfdd5f715def59e304dcd6c3c9a0db3cfb9c6810 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020403 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020404 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 9676acf08cfc8ba1e47830b27465d4498a433422..2269f7d2506fb73a3d0960fe482922d0d02d5215 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020403 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020404 (experimental)";
 
 /*
 2.01   $ format added
index 44ff5451f9735b0b61196fb1bcb4652cc96760dd..73ad42c04b029741f9f0f006b1a632fafd8718d2 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020403 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020404 (experimental)";
 
 #include <stdio.h>
 
index ee6df60e0849bbc8ae45bcf089c76345ff8402b9..58685e3eeddd530ea26c03a4694a8d40f588f8e5 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__ 20020403
+#define __GLIBCPP__ 20020404
 
 // This is necessary until GCC supports separate template
 // compilation.