Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 17 Dec 2001 08:16:12 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 17 Dec 2001 08:16:12 +0000 (08:16 +0000)
From-SVN: r48094

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 76fc80ed2b61327a1c4695c154819bcd2a36e334..9687fe4384b4f68d69f12fa7127787af10e232bb 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20011216 (experimental)";
+const char *const ffe_version_string = "0.5.27 20011217 (experimental)";
index 4d74f9e0ed8c39b3e285e8a50020f82f3f14d159..0bdfdaf11a577dbc24dd6309309338203266ac8c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20011216 (experimental)";
+const char *const version_string = "3.1 20011217 (experimental)";
index b9d4a75bb4af93accbf90dbb22ca0c3d63f296fc..768c37d0a3735bc5c180d43f081f5f051cb1956b 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20011216 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20011217 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index b1cc097bf4529542465ba527958f434e7b55ef18..e99c03e4ac6d1f45104c966c6d82596eb94ac856 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20011216 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20011217 (experimental)";
 
 /*
 2.01   $ format added
index f13718dfae9d8360ad4afd15a0f4a5efbb9bf853..eb0e3985c66b797ecfc2cc072bb40f552bb6343e 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20011216 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20011217 (experimental)";
 
 #include <stdio.h>
 
index 2eed56f07cd8934931d65c1aca6b7b9226bdbd99..0bd97472f7c1f354b7623464d838110722d45cec 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__ 20011216
+#define __GLIBCPP__ 20011217
 
 // This is necessary until GCC supports separate template
 // compilation.