Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 16 Dec 2001 08:16:42 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 16 Dec 2001 08:16:42 +0000 (08:16 +0000)
From-SVN: r48066

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 14b2a7674b06f18a250c21c0569abae5a205e917..2219e992b2b259bb7b954d66bf8f9d326982fb29 100644 (file)
@@ -1 +1 @@
-const char *const ffe_version_string = "0.5.27 20011215 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011216 (experimental)";
index 6b4af989bf20cccd1f3c3b222e30ad7c8a4624c9..4d74f9e0ed8c39b3e285e8a50020f82f3f14d159 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011215 (experimental)";
+const char *const version_string = "3.1 20011216 (experimental)";
index 5b7772fe35b422c8c3416021061b990066229616..b9d4a75bb4af93accbf90dbb22ca0c3d63f296fc 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011215 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011216 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 47cd0776e311e4b24226bec7ed0ed5754d78d7c0..b1cc097bf4529542465ba527958f434e7b55ef18 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011215 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011216 (experimental)";
 
 /*
 2.01   $ format added
index 586c9bf38a6e4d5f899b2a71688f048218bde4dd..f13718dfae9d8360ad4afd15a0f4a5efbb9bf853 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011215 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011216 (experimental)";
 
 #include <stdio.h>
 
index 90c8997d4f4d8ce05b0204d3c5f810b1a16c8424..2eed56f07cd8934931d65c1aca6b7b9226bdbd99 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__ 20011215
+#define __GLIBCPP__ 20011216
 
 // This is necessary until GCC supports separate template
 // compilation.