Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 18 Feb 2002 08:16:15 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 18 Feb 2002 08:16:15 +0000 (08:16 +0000)
From-SVN: r49836

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