Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 5 Sep 2002 07:17:09 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 5 Sep 2002 07:17:09 +0000 (07:17 +0000)
From-SVN: r56835

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 6810fa1cee0ed32255dec8fda34df2ea773df7c2..7765766f309e796e298116b4ca22f41735ac2264 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020904 (experimental)";
+const char *const ffe_version_string = "3.3 20020905 (experimental)";
index 08b76eb7f00d05e8086446265768bc76f4236b82..4c3e10664eb8e07b5b5a386e5cf43fc87bb4c342 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020904 (experimental)";
+const char *const version_string = "3.3 20020905 (experimental)";
index ba299cd783085735d6d27df2dcd1a42168d0b28e..e2a73e10d167623baf0bac3b7abc8d8271c1ceeb 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020904 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020905 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index b6aef0977ff2a94d1f6d71bcf900898df3c4e360..97c24e9ece14e43eb4302ca162fef59760d1aac8 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020904 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020905 (experimental)";
 
 /*
 2.01   $ format added
index 71c6746804ac88953ebb56496c083d46a31f1007..7a5d7538042bb95f4903ada93f13e94800296893 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020904 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020905 (experimental)";
 
 #include <stdio.h>
 
index 17b0a8635ce291dcfaea14fd81d1a242af2a8ed1..a0e42bf92a46ff1563a019df19f794f270a6e2a8 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__ 20020904
+#define __GLIBCPP__ 20020905
 
 // This is necessary until GCC supports separate template
 // compilation.