Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 29 Nov 2001 08:16:16 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 29 Nov 2001 08:16:16 +0000 (08:16 +0000)
From-SVN: r47439

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 dad72f62b74af28fc235648c2c1c4eb1de3ebd81..c8e428cfce7cfb25b2c0b1cd880383abedc605e4 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011128 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011129 (experimental)";
index aa7aee5025756866a546ab91767ebcbd9bb0e590..b877d2de498d901388aca0610fae4c4aca82f4fb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011128 (experimental)";
+const char *const version_string = "3.1 20011129 (experimental)";
index b4d7fa90a25e588447ae861e9b7a94079bb56777..60b32427e37e5d84c966e75101f939b2cb1f5f4f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011128 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011129 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index edd6a8d2efcbc4e0275da6d3fd332d523a227abc..4d3d6bafc832423f5a548f15ec3b40008a3f117a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011128 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011129 (experimental)";
 
 /*
 2.01   $ format added
index 25188b821cd27d60aa19a99fbdc7c801633b46cf..4e6310472ab6e89ea1fedfd68db3691a37d96782 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011128 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011129 (experimental)";
 
 #include <stdio.h>
 
index 2ddcabcb954c03e0aee7c27fc873d386f9440469..d1835259d77a77e33fb6373384d45f9f42f23e36 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__ 20011128
+#define __GLIBCPP__ 20011129
 
 // This is necessary until GCC supports separate template
 // compilation.