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

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