Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 19 Feb 2002 08:16:52 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 19 Feb 2002 08:16:52 +0000 (08:16 +0000)
From-SVN: r49861

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 f063894b77b73c1664a489788e75b40ab6d1307e..39f8f9a1112a18b3037573dd4f06620744e91774 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020218 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020219 (experimental)";
index 86436d6aa00fa8e7347f55234ddac01f9bd64f92..d1433bcebb34973f7b7fb16afb203f1d069b8b94 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020218 (experimental)";
+const char *const version_string = "3.1 20020219 (experimental)";
index ed3e79b2d9bdc4acaed3de5af40793a6af3597e9..df67726d18992cbab66f4a4276fb6153fdbb32cd 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020218 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020219 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 4133d56828015bb194089931a9f59a6d2c993fb3..e2064fc15d7b52f3fc55a8109228c1b5046ee53c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020218 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020219 (experimental)";
 
 /*
 2.01   $ format added
index 75642f5478bee3cbb7f7c5178578a1ac1790e1ab..339f64c8d3fbc65bef1bb4ccb2ca93dcfa812971 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020218 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020219 (experimental)";
 
 #include <stdio.h>
 
index 355b9a2c8ed4ffc093952359f0aa20bf1eb3e0fa..da9ee6813ae6308399cb3155d145c4f4ba2818f4 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__ 20020218
+#define __GLIBCPP__ 20020219
 
 // This is necessary until GCC supports separate template
 // compilation.