Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 27 Sep 2001 07:16:41 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 27 Sep 2001 07:16:41 +0000 (07:16 +0000)
From-SVN: r45838

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 19c472aad157e40a09618355cb0200199d0ab7ff..d1aeb2c87745d0e086b1871093041025298bc905 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20010926 (experimental)";
+const char *const ffe_version_string = "0.5.27 20010927 (experimental)";
index c63979949a4557ab13a78058336e56c3231fa26f..4aed0deaea63510a9fb7685b7b0d4d5c531bf756 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010926 (experimental)";
+const char *const version_string = "3.1 20010927 (experimental)";
index 606503ae9d8b960d1400a9da9a55b254591976fa..0199b54f7dea44262a256fd7443b3635efe2d0ac 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010926 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010927 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2138af0c85459b151ecfbb3bc58bc5accf439778..27285675060331ec20b57b6e3e142e4c28f56b8b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010926 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010927 (experimental)";
 
 /*
 2.01   $ format added
index d9294792b48e780bf6690d7b8e2925b0d8ec7d8c..e8fc2cf5f22bb07db2a28fd3271a21dc798aa865 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010926 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010927 (experimental)";
 
 #include <stdio.h>
 
index a0ff5ba865d989ade0bdaaa0526d570ca76acf61..4ddddfe7fb1cf406fe7c2be54c1276956a765a9d 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20010926
+#define __GLIBCPP__ 20010927
 
 // This is necessary until GCC supports separate template
 // compilation.