Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 3 Jan 2002 08:16:20 +0000 (08:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 3 Jan 2002 08:16:20 +0000 (08:16 +0000)
From-SVN: r48504

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 3bf6af11587b85c40e91d834d7914efad910833a..5baeccd954e8c3496af8f403f3d72d02f7a49564 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020102 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020103 (experimental)";
index 910987f0f6fdb697aa1a574ff6a57cdfff203e79..9ad2e27243edf8089c62f5a017ca4e0d4071527d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020102 (experimental)";
+const char *const version_string = "3.1 20020103 (experimental)";
index 64b5b96186959ced5476341d8c308e66999468df..e1b74eba4c5f538a0512d0f2cbbc74a96f2dc98f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020102 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020103 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index bb87a85ae43660ff3a070d0803a8fd40ad9ad52d..627208d329f35a5443e2dd8555b171d85188a6ab 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020102 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020103 (experimental)";
 
 /*
 2.01   $ format added
index f98e253e7cf5f12ee4acc6d0b65427323b5bb3ca..dcba437d9360c90a621094d6c6cfb2b83fba28d2 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020102 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020103 (experimental)";
 
 #include <stdio.h>
 
index 635828d9835127e203b59d202f916ddf272b0a55..44bf20fc35224660ece6bbb64a5687aec3a642e4 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__ 20020102
+#define __GLIBCPP__ 20020103
 
 // This is necessary until GCC supports separate template
 // compilation.