]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 5 Dec 2001 08:16:14 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 5 Dec 2001 08:16:14 +0000 (08:16 +0000)
From-SVN: r47660

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 b457b3c0e635301903d1dd0581e6a89462e3d6ab..f1c8149260fdffc810f1ab5fd46f49fca3bc8b75 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011204 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011205 (experimental)";
index 1261a21ca3c7d1a4f1b160816df1c7cd7255de94..9926b2e783debd866df4a19e2f7d2e1dda7fe5fa 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011204 (experimental)";
+const char *const version_string = "3.1 20011205 (experimental)";
index 461f9318451a3e48f7585c5f92a3573741504007..14d933bf4a7e6814dcfde6e2cfae82e9dbf7b895 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011204 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011205 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 1687c8f39235915d91d5cb062a21430657d466b7..5367db9a69e0edd050727058fbe05cbe9a954d01 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011204 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011205 (experimental)";
 
 /*
 2.01   $ format added
index d60fb3cce682db4e495b65b508bd57b69316ceca..df00d7964daf26168e21433e6d48d30557d7a45b 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011204 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011205 (experimental)";
 
 #include <stdio.h>
 
index dd360c1f3c8c8e984d3787fa4eeb382afa749eb1..a5a3132374a32b853281643d44e6b21bac4419ec 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__ 20011204
+#define __GLIBCPP__ 20011205
 
 // This is necessary until GCC supports separate template
 // compilation.