Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 11 Dec 2001 08:17:58 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 11 Dec 2001 08:17:58 +0000 (08:17 +0000)
From-SVN: r47865

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 a1e9b7f6cb59e9549ba45d9218b5ca76e509c6e5..9dbc486daa1ce61169e83af61b3276a35079aa33 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011210 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011211 (experimental)";
index eb32a5280e3ab1324afe5c6f4a50f3c2775f594a..33577146f9963a1695c7e378520dcc0f38313e85 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011210 (experimental)";
+const char *const version_string = "3.1 20011211 (experimental)";
index e79c7a0cfe3626638d5ff130e77e3c802296eb59..c1b951a0543cc1d4a5ff805025785c2a850dbb54 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011210 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011211 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 026d538a7cb8c5f87f827420eda17f62b161273c..46dc805fb37a34b99b0b759ff96129244e2ab345 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011210 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011211 (experimental)";
 
 /*
 2.01   $ format added
index b51978b8ce5470f359b8a8b4d56d8b64120188dd..f307a6c2d83d6836cf3b4dd4d9fbcfa523691553 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011210 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011211 (experimental)";
 
 #include <stdio.h>
 
index cb7075eb33976f70083631d07e118d82706d3be6..a54dacdaa0951a86c4e1481e0ab422a92853d8a2 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__ 20011210
+#define __GLIBCPP__ 20011211
 
 // This is necessary until GCC supports separate template
 // compilation.