Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 May 2002 07:18:20 +0000 (07:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 May 2002 07:18:20 +0000 (07:18 +0000)
From-SVN: r53151

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 99c13b904b4da5cb310429659f174c5584a1d1e9..9a100f37511c01c4171858b899abd35ea4ea6c73 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020503 (experimental)";
+const char *const ffe_version_string = "3.2 20020504 (experimental)";
index 2a80c5aece0bbf7186194f9f6a20a0b2bdebf430..9ba8f891377ee810c57323a77d38ff40b05c4bb2 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020503 (experimental)";
+const char *const version_string = "3.2 20020504 (experimental)";
index 1d117943e6798e9f900cd2da454a670bac62a4af..b07ba618d9188eb5585dbe454ed8f7eaebf63b8f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020503 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020504 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 18677a492e5a7679e0c065f4dfc809aa3aab0f24..9eea2094cb01794111e0026f50270e9dcb68fd4a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020503 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020504 (experimental)";
 
 /*
 2.01   $ format added
index 44f1acde218c20584ff766b3e4c1c4919433877e..4eb6797e9accaf1df1faf082060266456c6965b6 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020503 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020504 (experimental)";
 
 #include <stdio.h>
 
index 150474e35295d27bef9274f9c1c4cdb16ed0265b..aa13d5a5ab200e5d96da689d70dd8fa25f2ad151 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__ 20020503
+#define __GLIBCPP__ 20020504
 
 // This is necessary until GCC supports separate template
 // compilation.