Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 13 Sep 2002 07:17:10 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 13 Sep 2002 07:17:10 +0000 (07:17 +0000)
From-SVN: r57099

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 5ecb1f3861418ecc35cd07fd8be0ce2957cfc84c..05e0b72c94e13b8c8cea87f1108604f5c00f49d8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020912 (experimental)";
+const char *const ffe_version_string = "3.3 20020913 (experimental)";
index 0f8ff7ab6467911431172275b35a3a311aedc4ae..3447994539bdeed6aa6758db1d16976f52adabaa 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020912 (experimental)";
+const char *const version_string = "3.3 20020913 (experimental)";
index 51be347e013055503a1deddb27f7a96985d1307e..e0102378df474268bd0b430b1dce748ea3966ee0 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020912 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020913 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index f808766713b1bdd6cd54335cfa57d7e4aba76dd5..268ba6af2c12961f361851e8b4f9d7c9fa55fc52 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020912 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020913 (experimental)";
 
 /*
 2.01   $ format added
index bf8b39668ccd3c1760fef1b063274162b8ae42b9..29356ed4278d220f3ad88529c9d91d0e03d31f6f 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020912 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020913 (experimental)";
 
 #include <stdio.h>
 
index 0d4c4f854aeb12708223ef024ceeb012328a37d7..61a29381f10995f8df8575e39be7c437dbb88f18 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__ 20020912
+#define __GLIBCPP__ 20020913
 
 // This is necessary until GCC supports separate template
 // compilation.