Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Jul 2002 07:17:07 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Jul 2002 07:17:07 +0000 (07:17 +0000)
From-SVN: r55832

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 2645882b9582e0d7d7189cba00df0d2dbb78c1ee..5944d6527f39d6e09d88092fc3f2fb1d4b9aea91 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.3 20020728 (experimental)";
+const char *const ffe_version_string = "3.3 20020729 (experimental)";
index 656e2b4446fd0a170e2e998f01344a5e04544ee7..57caf521ee926c24f21ed69da91e6d200e62f7d4 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.3 20020728 (experimental)";
+const char *const version_string = "3.3 20020729 (experimental)";
index 1c3fa5101028eb5d292aae415f00cdf1f8cea8db..171cf59ffd422aaa6656bd173e484d2308595c68 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.3 20020728 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.3 20020729 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index b20464c120814a43944e1456f07c7f716c74b59e..0ad010b35fab6325faf610f79707ffbf6f801763 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.3 20020728 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.3 20020729 (experimental)";
 
 /*
 2.01   $ format added
index 1a840a114b2910cdb175046ede1e6cfa45b132e6..b76190adeab9271f7441085fa5dbf7dc2e7de212 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.3 20020728 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.3 20020729 (experimental)";
 
 #include <stdio.h>
 
index e4236b3d0eb68e1817f16ab193fba18780b7a796..00d9836f8cd826254625c37d525d6c9dcee3156c 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__ 20020728
+#define __GLIBCPP__ 20020729
 
 // This is necessary until GCC supports separate template
 // compilation.