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

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 15197d0721eaf794b6bee4de941b91e1a9e84d77..d54eac854a340f97e78bf0b72c16e08921014615 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020416 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020417 (prerelease)";
index ab3d36970fcc9f26fd38f3ce334dd9b77039da7c..42fd6325230f48d6b6c734f4ce50f784ffb8f95a 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020416 (prerelease)";
+const char *const version_string = "3.0.5 20020417 (prerelease)";
index ec98a38a3897e169b3e3b40a23167fc45d4a37f8..474b01db589a738b6e53b425fe10458507add960 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020416 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020417 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 450d21ff97208ec1fe5cbdbe8cb290ecc629f5b6..d45e53fbe0a92cc05641b4d2d6961abc6f2e6648 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020416 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020417 (prerelease)";
 
 /*
 2.01   $ format added
index 9fe6bc564d1c4450ebab735a16fbc6ae6e7db9ac..21e1d3c668165ede8f2b633c82df2c5c356ee18c 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020416 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020417 (prerelease)";
 
 #include <stdio.h>
 
index ec6ed86aeef49594e1aa556c813efee415397312..bc4718daeb02da899cd68fcd33009151ee048a1f 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020416
+#define __GLIBCPP__ 20020417
 
 // This is necessary until GCC supports separate template
 // compilation.