]> gcc.gnu.org Git - gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 25 Oct 2001 07:16:42 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 25 Oct 2001 07:16:42 +0000 (07:16 +0000)
From-SVN: r46484

gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 9d59f89536a0c172a5016a391ead136ed0c3b166..047610dafd05a42e526270ba735885d61a4b6513 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011024 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011025 (experimental)";
index 4dd60d1bc6bad97e00aa122e8bf22f6837c36a84..9b30f95d1deecb7cb8ddc6d6f44391c31e2109d4 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011024 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011025 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 123144272c7716e6f42153c6e0194ef9c837f828..91ed2cf4395b7a03d3e8681bcb900da111d2312f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011024 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011025 (experimental)";
 
 /*
 2.01   $ format added
index 9dfc96be4f65a5ed5c0b396f57e772812a35c544..4cdc8a871a127b1e2e81acfa528603f1e0cf6ed6 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011024 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011025 (experimental)";
 
 #include <stdio.h>
 
index 9e4ac9ac6812ccd1634e33ebc0f34e1f6725c948..d41c824a6b59329149ed559eb2272cd0b8f532b7 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__ 20011024
+#define __GLIBCPP__ 20011025
 
 // This is necessary until GCC supports separate template
 // compilation.  
This page took 1.500837 seconds and 5 git commands to generate.