]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Sep 2001 07:16:11 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Sep 2001 07:16:11 +0000 (07:16 +0000)
From-SVN: r45347

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 073c83cb78a1eb7874f9f573f0c62ead5fcde24a..566e6d19c134eca61d51e3acd61eb5b8c12e1738 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010831 (experimental)";
+const char *ffe_version_string = "0.5.27 20010901 (experimental)";
index f13c27923cbefb15d06981925c1be70591923b6e..a785385cc858da02e74dbfbc2cee072eb22ae125 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010831 (experimental)";
+const char *const version_string = "3.1 20010901 (experimental)";
index d9f0e717a8fd87aa2e96fbe7df96dca8838419bd..6e990d5e3a6aa3972297916f9564b4ae0f59b19d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010831 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010901 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e95faa22519943fdacb8f375bbe2706039972604..f4b53e0a8f7084026bdd0cad52c4db467c105ba6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010831 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010901 (experimental)";
 
 /*
 2.01   $ format added
index b2cc725b7813a0175235dc7020dff4691b9b8ed2..0d417cbb5e31943c7ce90670bc40521ad894d6ab 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010831 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010901 (experimental)";
 
 #include <stdio.h>
 
index e2c95c27893e214280d57633dd7b4710e9a485dc..44d6d9eb02ed60d10be3f93eec8e645bfb97ad82 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20010831
+#define __GLIBCPP__ 20010901
 
 // This is necessary until GCC supports separate template
 // compilation.