Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 1 Nov 2001 08:16:12 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 1 Nov 2001 08:16:12 +0000 (08:16 +0000)
From-SVN: r46687

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 6bfabf189e3e8cd57813752479114fc2f8cf1ce8..26cde64984ada2d6df97666509c650f5ceba8a30 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011031 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011101 (experimental)";
index 14613c94032556b7278cfac54a6918c8c59ac796..05520ac83a06b12885f4339760b2a268f8600365 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011031 (experimental)";
+const char *const version_string = "3.1 20011101 (experimental)";
index e98d912a57eb399ddde97474bc2dce99595309a3..1bf9d8034414939bfc79beedfd4a8da86113964a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011031 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011101 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e235292e82076646ade495e04a9a94acc81e6805..d6b6413b69c0b797c933009f00558ea3fcf9e33c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011031 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011101 (experimental)";
 
 /*
 2.01   $ format added
index e98116a32f3ebba4a9a380c216eb1d3f5761f3ba..ee1adbbfecf4d719595d681b1781ae9d7abb5896 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011031 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011101 (experimental)";
 
 #include <stdio.h>
 
index 0c57ebfcfa725a816623ad68e4f12e39e2ab5c76..d5698eae3d3c1741c1c888bae46478aeffd39b45 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__ 20011031
+#define __GLIBCPP__ 20011101
 
 // This is necessary until GCC supports separate template
 // compilation.