Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 2 Jun 2002 07:26:40 +0000 (07:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 2 Jun 2002 07:26:40 +0000 (07:26 +0000)
From-SVN: r54162

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 1bb8eaff1e10d448b6d1e8f0a4da186b9f8f4987..414c898b266a25a922848feb55412fcfba607fc4 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020601 (experimental)";
+const char *const ffe_version_string = "3.2 20020602 (experimental)";
index 6bd9bbee8684943d963b691672265a37477c6934..9b046d90722d77d59efca12d15a834ac9ce55a5c 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020601 (experimental)";
+const char *const version_string = "3.2 20020602 (experimental)";
index 2eef7854ccff27209ea2b9578aeb4b8ff96513be..17e81f137605d89138575936b77d8eddb6dc72b2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020601 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020602 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 222049f1731804169d208811b4e62979e0cd03be..3f941cc21445fc9dd70fc3128ba7793fdf4ecc4c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020601 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020602 (experimental)";
 
 /*
 2.01   $ format added
index 0085ed6685d1e850018ad4bd907ad3c7aa8c3762..88072e3d37dbeb111241b9253c08efe64e79c85e 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020601 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020602 (experimental)";
 
 #include <stdio.h>
 
index 94c28b45225cc2a3ddc49728d7a2d39f2d1bc24f..aabd40dec601aa4341888cf2637d831f7883133a 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__ 20020601
+#define __GLIBCPP__ 20020602
 
 // This is necessary until GCC supports separate template
 // compilation.