]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 24 Apr 2002 07:16:57 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 24 Apr 2002 07:16:57 +0000 (07:16 +0000)
From-SVN: r52706

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 b2aad17392d97c976b84271606c7f096790884e0..66684be11516a824ffa07252b93c93e9b5036a29 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020423 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020424 (prerelease)";
index fc7b8167b1fadfd40f0e3da35c7aa84a3cbae2e5..774725585c3693555037c763763efbc364033eaf 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020423 (prerelease)";
+const char *const version_string = "3.0.5 20020424 (prerelease)";
index 4f4f40b4148fc5cfc81679e707b6bc1be4e6037a..a044eb704307220b4a97391c8ba4da3fe88dc738 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020423 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020424 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 2636315f5257d7603ee8d2d4973bae74e79c49d5..c765f49041e26ae7c94dd9305cfac71bbab16bf3 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020423 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020424 (prerelease)";
 
 /*
 2.01   $ format added
index 588a6df04309791229a72641eab614966014524a..ebedbc268040015ef0941cd8421a4c801c38a6fa 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020423 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020424 (prerelease)";
 
 #include <stdio.h>
 
index 4e0f0cea6dc8e7da1de74eb1c251cfc7d1e2f8e1..08c5f1cbe3a7636eed833703842942e36cb7fd99 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020423
+#define __GLIBCPP__ 20020424
 
 // This is necessary until GCC supports separate template
 // compilation.