Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 31 Oct 2001 08:16:10 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 31 Oct 2001 08:16:10 +0000 (08:16 +0000)
From-SVN: r46672

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