Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Jan 2002 08:16:12 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 5 Jan 2002 08:16:12 +0000 (08:16 +0000)
From-SVN: r48560

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 f3af87afaa0ba9f7bbec4684b1e2d2f811bf5da0..9c33351db044823d86139637c34ff48901502736 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020104 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020105 (experimental)";
index ad58f893040c211168479794ab854407541ce467..cb0d3a7b1f19c638a38165026e8076a467498452 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020104 (experimental)";
+const char *const version_string = "3.1 20020105 (experimental)";
index 3f573f086faaac042741e3216fbbebf94770e40f..eb18fdf4d14a429f9c9a838aa96e4d2d5e8e9f5c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020104 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020105 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index d1688a06b740c6f5fe5781d8677f6ada8bf173ad..5e7730b269be3de2c7f8ddcd89694d80fbaf5704 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020104 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020105 (experimental)";
 
 /*
 2.01   $ format added
index 5ef28658322e16aa463a52dbacf5af9185c9efd6..45a9a55024a497a8928c1dab6f811c6bf682cc77 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020104 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020105 (experimental)";
 
 #include <stdio.h>
 
index 51d64e0bf0a929fa64004a84dbfe8f79b1b58b03..4b8d6f033557ee9db1cb29a80f6f419c413b1fff 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__ 20020104
+#define __GLIBCPP__ 20020105
 
 // This is necessary until GCC supports separate template
 // compilation.