Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 25 May 2002 07:17:13 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 25 May 2002 07:17:13 +0000 (07:17 +0000)
From-SVN: r53868

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 bac0d7e1acccd1e94df7e5b5f6846a3b1e79cb7f..f1e677ef54881ea956066a0afdfdaa54c02ccde8 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.2 20020524 (experimental)";
+const char *const ffe_version_string = "3.2 20020525 (experimental)";
index 2e7e1363c3687e9af2cd14484e84093c06a7775b..4fa0fd86f2efa59af91825bff24885fc87d0b960 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.2 20020524 (experimental)";
+const char *const version_string = "3.2 20020525 (experimental)";
index ca3a002138365d01b4b332e03657c82ae318a27e..072ddc334069f547b3e2457f0d58ce2c7c50fd59 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.2 20020524 (experimental)";
+char __G77_LIBF77_VERSION__[] = "3.2 20020525 (experimental)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index bfd97e792f8f35a58f12abb79519b952409c7013..5a1c0bdf36f7a4c20b0edfdaed50cafede39722f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.2 20020524 (experimental)";
+char __G77_LIBI77_VERSION__[] = "3.2 20020525 (experimental)";
 
 /*
 2.01   $ format added
index 9c2a046a670e7bba79c4dbc3c941cec2adccb8ee..7841b0ed89130d8f77f840e5a806ba3ceb369106 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.2 20020524 (experimental)";
+char __G77_LIBU77_VERSION__[] = "3.2 20020525 (experimental)";
 
 #include <stdio.h>
 
index b3cf216d79d4a0cd6a0a7198cf6661e96fef3596..0adb20e3517884dd5404c9d1ccd0c33d04528c61 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__ 20020524
+#define __GLIBCPP__ 20020525
 
 // This is necessary until GCC supports separate template
 // compilation.