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

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 49525cef9ba9a5ae176c84d544e22d9d732fabb3..438e51192a7e6518e6173c4274aed420f6401670 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020224 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020225 (experimental)";
index 3e47d6b007acf4fce4a46bf4449128664506a719..1cfc40b5a0b529571d7253d63e909d2581f1fc7e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020224 (experimental)";
+const char *const version_string = "3.1 20020225 (experimental)";
index 4449f6f1c5e03203c0e97431bebd335f218cd053..d4db5ff4d894e61d17501a7d37fa292190a4eaf2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020224 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020225 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index d17bb3cb93a6da1d069ecffffae74a6d37f7fc03..22f96ebc1d276912ebe214f7b88864757fb79f18 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020224 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020225 (experimental)";
 
 /*
 2.01   $ format added
index 79addfeea7f21bca063e71032c0fdcc1f1e4a4ef..3b754da7207a8206d733b8f1468b3d19dee2d06e 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020224 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020225 (experimental)";
 
 #include <stdio.h>
 
index 1835a046693ccc11b14b9142845bd764b350604e..4e88d9f2e3f878cb0aa124eb4e3f59e904b6fe68 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__ 20020224
+#define __GLIBCPP__ 20020225
 
 // This is necessary until GCC supports separate template
 // compilation.