]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 13 May 2002 07:16:34 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 13 May 2002 07:16:34 +0000 (07:16 +0000)
From-SVN: r53413

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 fb33d83269281b60f22cb5a1948d9d2b5545838a..2021130a0875614da5891d3016fd550db5038046 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020512 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020513 (prerelease)";
index c3c6bfc6945c2f251adc70266d4918ef8b0f8b32..3a8a21a970dab3889f87c9abfaf99fce754d2aa0 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020512 (prerelease)";
+const char *const version_string = "3.0.5 20020513 (prerelease)";
index eca878d90eb064c1c8fa3c472d289854bb13f11b..1e6f9236f31a41dfc39eb036c09bd8d2ed6fc919 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020512 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020513 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index c2b536347f9df4c0021208ec31d9585822ba5385..6580a20558e419ed65d80886f8901c7c4bdb825a 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020512 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020513 (prerelease)";
 
 /*
 2.01   $ format added
index 756034535a58d1a8edc8a603a05eeae1b8e9d13c..c06d01cc8e52a1c1d2068e4f092080e402e860e7 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020512 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020513 (prerelease)";
 
 #include <stdio.h>
 
index 20ce701738c45c73f41febd465df849c11566b8d..ee367d047ddb74c1ea7346afe5819f8ec69aebea 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020512
+#define __GLIBCPP__ 20020513
 
 // This is necessary until GCC supports separate template
 // compilation.