Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 13 Nov 2001 08:16:49 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 13 Nov 2001 08:16:49 +0000 (08:16 +0000)
From-SVN: r46978

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 23df3ce46193efedbf3eda5b5706fe5d5e702cd1..4182dc7e64d70bf9cd2238db09edfbdb45ee6da9 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011112 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011113 (experimental)";
index 0b7f1bbe3fca0768308734b2099d8d63d60c8879..3659bd1f6ade19fd7e09c6e41b13166f29f41643 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011112 (experimental)";
+const char *const version_string = "3.1 20011113 (experimental)";
index ec93d0fde9672851b832538401431aaa072496ff..a69038b25f8b62213ce24e33f2af926ee35815ae 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011112 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011113 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 9b2760074c331a58bbbd011cbaf9883a9765079f..429bd3e68f717b7baeb009a95e45fdc442e736e6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011112 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011113 (experimental)";
 
 /*
 2.01   $ format added
index c27ea8b6b296b492813b5308a66b18332c5b3db5..4b588cef4930089b891d1f2d828ad74c66c92920 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011112 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011113 (experimental)";
 
 #include <stdio.h>
 
index bdf7abf601cc359ee8f62c4b2ee67cf94e6139e4..956437c1a759671675d92a113a6421f9ca44cde9 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__ 20011112
+#define __GLIBCPP__ 20011113
 
 // This is necessary until GCC supports separate template
 // compilation.