Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 7 Feb 2002 08:17:30 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 7 Feb 2002 08:17:30 +0000 (08:17 +0000)
From-SVN: r49569

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 01ca2e0f3b949ba99bfefd24af4b3af194b2d7f0..995962df28c47628b542608812b294f04bee37a1 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020206 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020207 (experimental)";
index 48c91b61ceed4ee488c92ec2c7bd453e55ef27da..8e5c6fa02f43e286dafbcf9f7b79a024320362fb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020206 (experimental)";
+const char *const version_string = "3.1 20020207 (experimental)";
index 65c663bd73d60f9b371fa2cce8142c9fa8b52e7c..5e8242969de556ee728b5074bebe99a138afed85 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020206 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020207 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 6b67414dd97b2676f7aeb408c167e843c8549dd7..f3dc3fd0445dc5b41e1f9f6c713b37d7679609a4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020206 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020207 (experimental)";
 
 /*
 2.01   $ format added
index 11c5d2bf6b4276dd0b30a391f862c2fce1b6304e..0896dfb52955ef09c3b13271e7fa758a7bbf62e8 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020206 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020207 (experimental)";
 
 #include <stdio.h>
 
index e0bb6cfcb2d1d928c4b6d688deafdcc25b4e19f3..4b34d8d00f78dd68d533ba4d0ec79c85c2510011 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__ 20020206
+#define __GLIBCPP__ 20020207
 
 // This is necessary until GCC supports separate template
 // compilation.