Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 5 Feb 2002 08:18:42 +0000 (08:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 5 Feb 2002 08:18:42 +0000 (08:18 +0000)
From-SVN: r49517

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 7e4cd4a95584f5cf9ab5d3a755000da1dd76cb5f..a8e7d791a9c4ac66d10c243a4ebfcedf9bbe375c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020202 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020205 (experimental)";
index 77aff2dcf67b64beb1f01717be2b1108913673e7..2d93bdc5c26f53696b1a8cbb8dadb4298c1c53ce 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020202 (experimental)";
+const char *const version_string = "3.1 20020205 (experimental)";
index 90a54466e18227adb0d32be751d0270189fb5117..f60e471efd5687c51cd33d484cf796d22d2c4cf4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020202 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020205 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2978e270b7ef1360660e5628ad6539f0c6a9e41a..3444558250f419bb28545b91bc5f71279bf92923 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020202 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020205 (experimental)";
 
 /*
 2.01   $ format added
index a6197bd7ff37c023100f1e53f51208c195a318be..8dfa2688a40ad2bde232d607b030f455fe8514ab 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020202 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020205 (experimental)";
 
 #include <stdio.h>
 
index 6f6ecac4f002b30f872890e77b2b4abc67a334d1..9429d4bc174270c4032e208073a71317ac44e6d7 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__ 20020202
+#define __GLIBCPP__ 20020205
 
 // This is necessary until GCC supports separate template
 // compilation.