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

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