Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Oct 2001 07:16:20 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Oct 2001 07:16:20 +0000 (07:16 +0000)
From-SVN: r46530

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 047610dafd05a42e526270ba735885d61a4b6513..5fdbfcbe4c401806925bd5537cea6980384123e2 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011025 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011026 (experimental)";
index 9d1cf8f356ae9197bd91a5a60970875a2ddbefa0..1c1314dd465dac52b1b1547d8e5743d9409eac41 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011025 (experimental)";
+const char *const version_string = "3.1 20011026 (experimental)";
index 9b30f95d1deecb7cb8ddc6d6f44391c31e2109d4..76f1d74b4cad376e756ce68a51edd020576e780e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011025 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011026 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 91ed2cf4395b7a03d3e8681bcb900da111d2312f..bd540e0422120cb15fbbf80bf23590747223a5e2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011025 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011026 (experimental)";
 
 /*
 2.01   $ format added
index 4cdc8a871a127b1e2e81acfa528603f1e0cf6ed6..ba91a7484a3a4a77e4aa2f72bccaa603f998d5a7 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011025 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011026 (experimental)";
 
 #include <stdio.h>
 
index d41c824a6b59329149ed559eb2272cd0b8f532b7..9a546e2063c57ad303f6d7b7d86a253a0c1e2d60 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__ 20011025
+#define __GLIBCPP__ 20011026
 
 // This is necessary until GCC supports separate template
 // compilation.