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

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