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

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 1beb1436b0ada0ee04c652ae5174a912c3828421..dcea416e7b8155fd84b30686f05cf1fee3189d54 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010625 (experimental)";
+const char *ffe_version_string = "0.5.27 20010626 (experimental)";
index b61d209090b30cf594eca2e02e0d2cb24d67bdab..464a5d8184512e8508b9aefa5a6c64e9b2b2f572 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010625 (experimental)";
+const char *const version_string = "3.1 20010626 (experimental)";
index fe8f70e46fa4c76806ebd8733550bf760c56198a..66392d6a4ccf9b4975823dacb9ea26d7e6c597b2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010625 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010626 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2a70e13a93df7ec089370e27e1e8e33406b2ae1f..ea3d49327c2b2a5b96785e74386f3502e60a168e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010625 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010626 (experimental)";
 
 /*
 2.01   $ format added
index 149958c2f608c44363d90f6e5f9c5f05a3ed9d1f..14da5f0098b88877225ac6db352ee962aea528b5 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010625 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010626 (experimental)";
 
 #include <stdio.h>
 
index 8bd580d5536c9f915c162a50fcd3cb17af5d0731..5d5ead541387d250f10f1e502221a2b31e077315 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__ 20010615
+#define __GLIBCPP__ 20010626
 
 // This is necessary until GCC supports separate template
 // compilation.