]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 Sep 2001 08:55:16 +0000 (08:55 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 7 Sep 2001 08:55:16 +0000 (08:55 +0000)
From-SVN: r45462

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 b9ecb3e8ae03ae5735910f91bf4a1a7e4af91127..0a8f1ee44d8ff642bdee9a702bd4a59fea7d51f4 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010906 (experimental)";
+const char *ffe_version_string = "0.5.27 20010907 (experimental)";
index 96a52114b913090ec8b514097024abaa4edb67e7..03b6f2a85681792e9eb697ce2a9b425a5ab94e6f 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010906 (experimental)";
+const char *const version_string = "3.1 20010907 (experimental)";
index a4c6fda43b478ab3838b847a610ae6e5cb65d57d..70b93efb0eb6b8cef1e0f58bc83ba0d9ef21b775 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010906 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010907 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 8bf4c1a4dfb6dcee44cbf7ff44800e4cb4c0540e..b97361b4aa7d4cf959141f0ef972cba196fc0100 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010906 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010907 (experimental)";
 
 /*
 2.01   $ format added
index 72b78824145a2f1e7e39e94a2466b1617c5860be..8310ed9cd8fa2705d7e9cef2e7ef017aec7efd44 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010906 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010907 (experimental)";
 
 #include <stdio.h>
 
index bd0cf1b4eef8ab94c1f5b1bc94321d69a0605834..6b177ca919f54011475f9f15cc64a9548868d941 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20010906
+#define __GLIBCPP__ 20010907
 
 // This is necessary until GCC supports separate template
 // compilation.