Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 21 Feb 2002 08:16:32 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 21 Feb 2002 08:16:32 +0000 (08:16 +0000)
From-SVN: r49925

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 76e546f51be94af25e91c890810c93f9a0114ea4..9d1d2f630ff30ae2bc40468dc137b41c2195e198 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020220 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020221 (experimental)";
index f383b9fad9322ba05cbe05bad4b03d61ee85ef88..2897bbb6260c86c39abf50c3de9de64ba918e28c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020220 (experimental)";
+const char *const version_string = "3.1 20020221 (experimental)";
index bb2aadec9b48db109dbaef154b1fd5aba97d23ea..6dd958690958501051eb8f4061773416f0781a35 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020220 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020221 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 27334426a4a76b3ed645ae73f8655613b8a87af7..b3deed5f501105e76a9286d412fed8efcd781f2e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020220 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020221 (experimental)";
 
 /*
 2.01   $ format added
index 1fdd9e9a2cee61b004939fae0c1f5de42fa3524d..a9861c3331b0a0306797f0884081809035598c6b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020220 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020221 (experimental)";
 
 #include <stdio.h>
 
index 5c165b58d7ec9aa7e797c7b3c0491fe27c6dc0c0..470ae4e316900f0b098feac45a1189ad54523640 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__ 20020220
+#define __GLIBCPP__ 20020221
 
 // This is necessary until GCC supports separate template
 // compilation.