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

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 f6a5687b496f5c01390bf78165c060c86d4f4c21..fdac45f6e6aa09e6db444d65c4a03d4120aa58ac 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020717 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020718 (prerelease)";
index ef7b1df7572e9eed7d253665f5a9f92f69c3c06b..b549a842ecc4820e0fb691a91a2b0c8da47fe791 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020717 (prerelease)";
+const char *const version_string = "3.0.5 20020718 (prerelease)";
index 0132367c46697a10b87c0220e92cc2d51f6d8533..debf27c74c063e1db97ae95a2cd744b92ccba67b 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020717 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020718 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index ed92c8adceec58821f4537f4c5d3aa00561c3f17..079299899724ad9b2c22b81f62f1091ab7eb01bf 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020717 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020718 (prerelease)";
 
 /*
 2.01   $ format added
index 8b28f92e8c4847c079f99a96789738352d3a38d7..b38f709782d8a226d28b1e531d25d2409ad65e0b 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020717 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020718 (prerelease)";
 
 #include <stdio.h>
 
index 5a8248e2607ebb5512fd22b0a75f32874b384f2c..6aacadcb77df5bb4d37676962c8106a0d45266b3 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020717
+#define __GLIBCPP__ 20020718
 
 // This is necessary until GCC supports separate template
 // compilation.