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

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