]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Jul 2002 07:16:46 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 26 Jul 2002 07:16:46 +0000 (07:16 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r55773.2

gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 4c0d1315f78b382a8238071f824d27efc957378e..ac6b31d360335fb9ae6608dc3e63b884d2031901 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020725 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020726 (prerelease)";
index 5ee719f77c309581a15534c3c802f740e7f9b846..6dd32d160a909c83e58414007687e00752cc5831 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020725 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020726 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 26f229ec30ec0841720a2367d53b82d79aefbdf6..b250200c6e7aea6b1576f19e3e859871b8d6406f 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020725 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020726 (prerelease)";
 
 /*
 2.01   $ format added
index c3fe86b6596e0a23b6945d707c9ec23be202cadb..a1351c3d4a95ad5fe489cf5930547ec59b8ea9aa 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020725 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020726 (prerelease)";
 
 #include <stdio.h>
 
index 802f520c4bc858a7ff4ac25b79ffa7938af973d3..4feb02ef0d2ae0beb806263745a85854626cf98f 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020725
+#define __GLIBCPP__ 20020726
 
 // This is necessary until GCC supports separate template
 // compilation.