]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 7 Aug 2001 07:16:13 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 7 Aug 2001 07:16:13 +0000 (07:16 +0000)
From-SVN: r44681

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 4a5705c004099b3ccb1610a24eb2500c1661f730..63d35aba9f1a7d2dfdb20751b398d7deac481159 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010806 (experimental)";
+const char *ffe_version_string = "0.5.27 20010807 (experimental)";
index 9b0233001f89ba577a4ec386d9dc6f18881b8efb..47e284c4df75bce17c44b92eb79b1ae00c24c4e2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010806 (experimental)";
+const char *const version_string = "3.1 20010807 (experimental)";
index 45af8390fc67eeee2973a7595490d61ded48ea9a..e9a39255ff568e77866e03b75b15160fa485f252 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010806 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010807 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 548b3a945ba93080bac4ffb33f0274b2b620e2fc..2375beedb5d29363997d396794500ff1591d8d57 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010806 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010807 (experimental)";
 
 /*
 2.01   $ format added
index 5427d4ed3d195cd214182fc71486584a6e0b3c7d..c2bc2b24354566036a6573ec709f6cf4c9ae8fe1 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010806 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010807 (experimental)";
 
 #include <stdio.h>
 
index 517310eb90f7bd164ce796c65263093ca39bd5a8..16c3239288b695c0db8bef04c4050b2a284c894f 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__ 20010806
+#define __GLIBCPP__ 20010807
 
 // This is necessary until GCC supports separate template
 // compilation.