Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 24 Oct 2001 07:16:53 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 24 Oct 2001 07:16:53 +0000 (07:16 +0000)
From-SVN: r46461

gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index c7c549f49113db504932f4691e708e42d48d9506..9d59f89536a0c172a5016a391ead136ed0c3b166 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011023 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011024 (experimental)";
index 59a86afe02b9d5dcdc4dbf0e5c445de4664fff04..4dd60d1bc6bad97e00aa122e8bf22f6837c36a84 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011023 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011024 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 6f2cfc0452995e529d8a77189871e23a24af65be..123144272c7716e6f42153c6e0194ef9c837f828 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011023 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011024 (experimental)";
 
 /*
 2.01   $ format added
index ea36955058b27ba2f45cf4fde90d6d949d3fc7c8..9dfc96be4f65a5ed5c0b396f57e772812a35c544 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011023 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011024 (experimental)";
 
 #include <stdio.h>
 
index e1d5ae36386b1237a0a4e5f7006ca11ac11d01cb..9e4ac9ac6812ccd1634e33ebc0f34e1f6725c948 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__ 20011023
+#define __GLIBCPP__ 20011024
 
 // This is necessary until GCC supports separate template
 // compilation.