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

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 6431f0c56bfb46d48bf576f4b310966ad39ac4ca..5a2797cd24496ada8b4c7e4b6accb662c616c683 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020210 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020211 (experimental)";
index 7e15ee867c786000551f8657d19426a7619f0f70..68561475465b8528ffadd97054a149b28d3544dd 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020210 (experimental)";
+const char *const version_string = "3.1 20020211 (experimental)";
index 1540e5bb2cd3d21042d0793b96866dc49e5d790e..922507b869f5ed163d91533588466c6d9d2f1e6e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020210 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020211 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7f44909a7a726c60e640602d401e2a60a3a9a78b..14a140e394f1b07f3313e84cf237f27a5ba29536 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020210 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020211 (experimental)";
 
 /*
 2.01   $ format added
index 4c0643441a2ff3978d707b0c55e8907216f3bc3f..01170ae528c1441bfc0b2d52b0952c552be0d800 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020210 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020211 (experimental)";
 
 #include <stdio.h>
 
index 7383d404bbc0cf350211fd6426e0475b076848e6..3c39e22cb2d26e82a517ebf26d7be632ec1cdb0a 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__ 20020210
+#define __GLIBCPP__ 20020211
 
 // This is necessary until GCC supports separate template
 // compilation.