]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 12 Jul 2002 07:16:35 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 12 Jul 2002 07:16:35 +0000 (07:16 +0000)
From-SVN: r55415

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 a52881872c663a2c0d3b1e64143cef95d60a91d4..952635bf9b728ab011c6e986d173abcaabbe800a 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020711 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020712 (prerelease)";
index 52546e569484edd268f175a76223f34318038505..f0f9218e4fc4ef9ed1b2b0469dcd93c74f9a6a3c 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020711 (prerelease)";
+const char *const version_string = "3.0.5 20020712 (prerelease)";
index 5c36539551f7eb6c22128f854a5478f4755180b4..172fc16e293200d0d8bc5ec45f8d2610ceee1e92 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020711 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020712 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 4a44d87502acbb5bb8bcfd7590c6061e2a43201c..e7a51c6b30deff12d25b72837dcbafa7f16c4b39 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020711 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020712 (prerelease)";
 
 /*
 2.01   $ format added
index 83143fe0772ff79135eb30ad4d35daee7e75cedb..1c0d5266ece3ed5ecd542c800b790516d67a3f5f 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020711 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020712 (prerelease)";
 
 #include <stdio.h>
 
index 4dfcff2402a13c2a5a9a3dead6be4a3428133ff6..9bd32842a6c54c0da8160edb8a7214fa5b8f1f46 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020711
+#define __GLIBCPP__ 20020712
 
 // This is necessary until GCC supports separate template
 // compilation.