Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 31 Dec 2001 08:16:10 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 31 Dec 2001 08:16:10 +0000 (08:16 +0000)
From-SVN: r48419

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 2c62bc419f7ddbea722a916f6d8db7aa012bf169..24a2f1224516db736b79e60df0ed6a202bcc6da9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20011230 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011231 (experimental)";
index 88f85b3f884e9ff5476f8edafa9bbc94c34fcf0f..459f700d53436d779a41650dfdaf63e8cecd3cc5 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011230 (experimental)";
+const char *const version_string = "3.1 20011231 (experimental)";
index d484eaf0c0ab2f66ba294211b44cab94f971a1e8..f8ac67de049a6a8affc24e8edeaad7f69a9466b1 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011230 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011231 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3f438096deebd2866b0d3b27992d3026e4a520c5..50e3747355bb61c951d7899fc00c188cfce00dc3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011230 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011231 (experimental)";
 
 /*
 2.01   $ format added
index 5f0387ce6776ed09270432aadfda2289b6ced675..f49640f46b9cd077391d7f549bd81ec1270d7976 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011230 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011231 (experimental)";
 
 #include <stdio.h>
 
index 7a77039297a4918560a024523c99febbc884804a..6d89819832f9813e4dbdf49c91149151b79b8a55 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__ 20011230
+#define __GLIBCPP__ 20011231
 
 // This is necessary until GCC supports separate template
 // compilation.