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

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 35e3c03e06cd65acf77816fdc9bc82c87b81b84e..59df5c2c5e7d584aeefb84292eff0b47e68ea462 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "0.5.27 20020116 (experimental)";
+const char *const ffe_version_string = "0.5.27 20020117 (experimental)";
index 255aee54d6e5d7a5be73d96b3b73fe906828c4b3..ac895fbb79bbb3793f5233f023213d8284c19809 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020116 (experimental)";
+const char *const version_string = "3.1 20020117 (experimental)";
index fe33a8d87b5309b0d620447631525eb27750c37a..8bd5ac342c9d2523170d95add76781055de2d9d6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.27 20020116 (experimental)";
+char __G77_LIBF77_VERSION__[] = "0.5.27 20020117 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5c36fcfedabb76f9ab0124479d7f9ddc196ba601..24de3a31a6a4e6e035f9333d66508b3beecded99 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.27 20020116 (experimental)";
+char __G77_LIBI77_VERSION__[] = "0.5.27 20020117 (experimental)";
 
 /*
 2.01   $ format added
index 4d3e7578db8dfba65ff482e4451e2be64af543d3..42abbe742085936cba589fe61b54ebc475df8e70 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.27 20020116 (experimental)";
+char __G77_LIBU77_VERSION__[] = "0.5.27 20020117 (experimental)";
 
 #include <stdio.h>
 
index 0e9953587facfe48c19d19bdabc0418795670990..69d81e15f44543e693daf58da0f64e94e6de8720 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__ 20020116
+#define __GLIBCPP__ 20020117
 
 // This is necessary until GCC supports separate template
 // compilation.