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

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 fef53d59d04c2043a4ce0aea202576f872630ae0..aa34885aa8d313e7844d1ec26ef1d74900149ad3 100644 (file)
@@ -1 +1 @@
-const char *ffe_version_string = "0.5.27 20010827 (experimental)";
+const char *ffe_version_string = "0.5.27 20010828 (experimental)";
index 29b8c21bf010932f8b94603e3a81bf61bc106c0f..382f961504bc8e8c0f6b97aa5c53f9ad5470b370 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20010827 (experimental)";
+const char *const version_string = "3.1 20010828 (experimental)";
index 5fc0d2c17194ae97c4960febec74ba64d653799f..2fc7cdfd62cc3af03b03e3b61eb24b0ff52d6151 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20010827 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20010828 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7f3876f7e06292d1b06e6b99f5fc81f9132d0347..e4a45614d0a37134a54b289f41c4d52600f176a9 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20010827 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20010828 (experimental)";
 
 /*
 2.01   $ format added
index 40f879bff2fde9b0ba1af6b3c4df18f880ef870f..fe649a40a9db866a2c748ac3e343f11a0b2adb9b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20010827 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20010828 (experimental)";
 
 #include <stdio.h>
 
index fdc00e1550c8d77c6f84a5744ea7bf4619fcb8fd..c8003cba0d9f227c84868a07688d074b54465e56 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20010827
+#define __GLIBCPP__ 20010828
 
 // This is necessary until GCC supports separate template
 // compilation.