Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Dec 2001 08:16:51 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 6 Dec 2001 08:16:51 +0000 (08:16 +0000)
From-SVN: r47707

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 f1c8149260fdffc810f1ab5fd46f49fca3bc8b75..af32b259ded381c5045d29f6fd802735e8f39e92 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011205 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011206 (experimental)";
index 9926b2e783debd866df4a19e2f7d2e1dda7fe5fa..c1ceafb274ccd310c2178049340f696b5ddcbd83 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011205 (experimental)";
+const char *const version_string = "3.1 20011206 (experimental)";
index 14d933bf4a7e6814dcfde6e2cfae82e9dbf7b895..15aa7094f27a852129e932a25b806d9233032784 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011205 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011206 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5367db9a69e0edd050727058fbe05cbe9a954d01..716d34fc9c6911afd46b23a48b784be104a23a34 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011205 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011206 (experimental)";
 
 /*
 2.01   $ format added
index df00d7964daf26168e21433e6d48d30557d7a45b..408a8d5bc829aaba4043f9764148adf7ba465534 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011205 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011206 (experimental)";
 
 #include <stdio.h>
 
index a5a3132374a32b853281643d44e6b21bac4419ec..453be2d0adcd9b36873f9485dccbf0ad5843b34d 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__ 20011205
+#define __GLIBCPP__ 20011206
 
 // This is necessary until GCC supports separate template
 // compilation.