Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Dec 2001 08:17:49 +0000 (08:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 1 Dec 2001 08:17:49 +0000 (08:17 +0000)
From-SVN: r47507

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