Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 27 Oct 2001 07:16:40 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 27 Oct 2001 07:16:40 +0000 (07:16 +0000)
From-SVN: r46563

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