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

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