Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 10 Feb 2002 08:16:27 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 10 Feb 2002 08:16:27 +0000 (08:16 +0000)
From-SVN: r49650

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