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

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 87ae2e25a3d3c3b969ae0c95c1b079a56763a511..df50a4311985e44f476d9c2ce42a9a5ade3502fc 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020702 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020703 (prerelease)";
index 0acd26f13b302f3834d475348c80b80f7b255a26..88b71e899a30d64bc8e579d6d1d1f347745a4aee 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020702 (prerelease)";
+const char *const version_string = "3.0.5 20020703 (prerelease)";
index bd7468d0d6e735d5b55801775a3aed43ae3cf32a..5c8d5a6e65c59a0fc5070cb7c13a9257f1a53221 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020702 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020703 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index cc7f3fe89a77e954ac9b47e22e363357bb9f306c..70516daece6d1438810571a2dc51ee4e2ea3579b 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020702 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020703 (prerelease)";
 
 /*
 2.01   $ format added
index 1eaf07f2ac58e2c46473de3ca0ca75612e0c1bf4..a1950c474c3e406cf3e1bf30fd73032b5c13844f 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020702 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020703 (prerelease)";
 
 #include <stdio.h>
 
index ff486bc3d8a8ad7969d0eb56f8c0cf1c800f7183..a69336a7755aa75a464e7a686a84b7fceaa0f127 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020702
+#define __GLIBCPP__ 20020703
 
 // This is necessary until GCC supports separate template
 // compilation.