Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 19 Mar 2002 08:18:08 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 19 Mar 2002 08:18:08 +0000 (08:18 +0000)
From-SVN: r51024

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 662de7b74f27dded44b6fe216f617e39a978b5da..eb2a7df15da17b6dae3b620a6fae2990eca0b3ab 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020318 (experimental)";
+const char *const ffe_version_string = "3.2 20020319 (experimental)";
index 3a59bb061e64c4b77740a3efdb431da68e1a08eb..2845ea4c73a06a33b22331b5fb1853815b2094e8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020318 (experimental)";
+const char *const version_string = "3.2 20020319 (experimental)";
index 3d94ee214b010b55a6b186474a686a0b50d45b97..f8c82a61373ff555c3086c1c2040e96c800d2fb4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020318 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020319 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index bc8f2a090d31a1f9f6f4dea21f9f40e5ad8205ce..e9b79e0e9608053d0b28ca410351174e5b3b8036 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020318 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020319 (experimental)";
 
 /*
 2.01   $ format added
index 1bdac0e85183f848d690cc5fdcbb8ba44ed758bd..c6bdd7cf485917bd99816b13c6749184f0789d06 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020318 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020319 (experimental)";
 
 #include <stdio.h>
 
index fcdc644d41d65134259ca50ff18d86bce2a88447..3244fcbb3cbc3debdeb2d3013d348a26f45d8fed 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__ 20020318
+#define __GLIBCPP__ 20020319
 
 // This is necessary until GCC supports separate template
 // compilation.