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

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