]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 24 May 2002 07:17:51 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 24 May 2002 07:17:51 +0000 (07:17 +0000)
From-SVN: r53826

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