Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 11 Sep 2001 07:16:11 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 11 Sep 2001 07:16:11 +0000 (07:16 +0000)
From-SVN: r45535

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 092f2034f12c9832b0efcccf18eebd1a1f3f94c7..c319501e7441c8598fdd8b6d5e599af0a93e6838 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010910 (experimental)";
+const char *ffe_version_string = "0.5.27 20010911 (experimental)";
index ff90b10f3e38d54dafed735c6c28c95708986a76..a6261d7643c8785faf412564a660b50f8cd7f852 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010910 (experimental)";
+const char *const version_string = "3.1 20010911 (experimental)";
index 8f46b994bad2715a71c7cd0ce418ffd0532ded91..91e828207aad89faec4d0d1e585439df316f650c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010910 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010911 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 55c037475d3c834ab28208b816cf03ddbff42001..825082d355b3c23bfd65fe9be85e31ad6e8cc05e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010910 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010911 (experimental)";
 
 /*
 2.01   $ format added
index 7ad50651b4f41a9de16791298403321c46e7bf5c..933b9cd7f984f5581ef5aad1d80d485cf9b3b209 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010910 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010911 (experimental)";
 
 #include <stdio.h>
 
index 59a643b3ccfe69af997a85b9558f8abb3539b311..8666b93ecd20483c6d2309566e505c12421bd779 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20010910
+#define __GLIBCPP__ 20010911
 
 // This is necessary until GCC supports separate template
 // compilation.