Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 21 Sep 2001 07:16:43 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 21 Sep 2001 07:16:43 +0000 (07:16 +0000)
From-SVN: r45722

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 1c874f389e68930b9b5df306b177d61e5b278236..deae8e1614d8c9b8f6e9ceb55d0257cbcc71a987 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20010920 (experimental)";
+const char *const ffe_version_string = "0.5.27 20010921 (experimental)";
index 62c965152e1a79606c498ac29d3eddae57934c7a..f5a0a674c8366e52e6b5fbc7074da9b3923053d7 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010920 (experimental)";
+const char *const version_string = "3.1 20010921 (experimental)";
index 6779cf0332907968681fbfe56b578c76eb8249e2..dac806e2e1a5e72004ebe16b985ea4b121a79fd6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010920 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010921 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 475a631a726407c6220cd2d384fdb1b18940c21c..aa71a956b389ffe248658ed00e35c18cb4922a15 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010920 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010921 (experimental)";
 
 /*
 2.01   $ format added
index 426998d2549840aae2d8cb4e60bf6bcc1d9049d3..b75c51e387b89d2fde48bb1c68a46bd996f48435 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010920 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010921 (experimental)";
 
 #include <stdio.h>
 
index 4e3f35eafe6f2f5bfe70cce784853eb45e60ccc9..e7351d2cf8cb083965ab1deaf93a09f408e43408 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20010920
+#define __GLIBCPP__ 20010921
 
 // This is necessary until GCC supports separate template
 // compilation.