Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 30 Oct 2001 08:16:13 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 30 Oct 2001 08:16:13 +0000 (08:16 +0000)
From-SVN: r46630

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