Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 14 Dec 2001 08:16:45 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 14 Dec 2001 08:16:45 +0000 (08:16 +0000)
From-SVN: r47995

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 bf12bd39f1ed9fda87be79d9e7c462fce004a39d..62eff6ea81893b41e6d0e9807d57579386b7e528 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011213 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011214 (experimental)";
index 5f8aec04679ee6209269f944d6dd379c229f02e2..00ad2c34f601dbc9a4d7375f5fcff4221c92b40b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011213 (experimental)";
+const char *const version_string = "3.1 20011214 (experimental)";
index 3a7798a9776a715b9d54ae11873eddb0a95e8d66..1851b32d8f1822489d65391a41ec60adc29bed02 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011213 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011214 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 68756e480948e72a9135af0348e6c97cd02149c8..5bc73bf83c6f413a0298adc1e052b9b00cabee82 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011213 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011214 (experimental)";
 
 /*
 2.01   $ format added
index 5301297f0a9364efb005cba99e6be24dd43b3d46..2ad160a4fd89de2a37ef379db1be4cd56a5f6c4f 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011213 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011214 (experimental)";
 
 #include <stdio.h>
 
index eba5750c8542a28e96f17ffc27ff49852c7b63a4..0c81c4fc85ea5ad419b877b441e88271a0fbe8c7 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__ 20011213
+#define __GLIBCPP__ 20011214
 
 // This is necessary until GCC supports separate template
 // compilation.