Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 21 Nov 2001 08:16:23 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 21 Nov 2001 08:16:23 +0000 (08:16 +0000)
From-SVN: r47235

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 c292b7cc653ebccc9b14fb0b9c9fc3e1cbbbb1e4..97bde003bc10cb082d0db0ac7ad27316581b5747 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011120 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011121 (experimental)";
index 203b49aabd12ef9edead8124a7ced86b01701752..35f40d29aa94db0e4b4bd8d478255fa02a7d6316 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011120 (experimental)";
+const char *const version_string = "3.1 20011121 (experimental)";
index b91be47e59ecdd8ae5d6f9c22cb7372ac10c3aea..c290079320dd4e4aac1fd32eb907e15b711e1f89 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011120 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011121 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 956c0bb6714d6a156cb24eb64d987fd74e8d6317..909d484b3a2b7b335d008022b6dcf6e1ba77372e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011120 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011121 (experimental)";
 
 /*
 2.01   $ format added
index ada09350387d4753a85eba938e2d6d8d7a58d2a1..a8461b4c014a23b36ed354a2f915f4f9382c9e28 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011120 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011121 (experimental)";
 
 #include <stdio.h>
 
index 881c4e5fab6bceea37fcc93e0411c57a1ec73e6b..aedee7eede0dc46074e25551096dc518827a8994 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__ 20011120
+#define __GLIBCPP__ 20011121
 
 // This is necessary until GCC supports separate template
 // compilation.