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

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 0758a606b92f959d1dc01198f54a6f8427999591..2ed5b5c81fc8ab4fe7a12544361f638b15050b3f 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020713 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020714 (prerelease)";
index fdac55b254125dde068cd145a29ba37823f7ecea..324dada80a2146b015a2ec7b0281864a8ee71352 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020713 (prerelease)";
+const char *const version_string = "3.0.5 20020714 (prerelease)";
index d9d09da89a1134d01f287d64bf024dc86570930b..7678dd9e3efcb0b6fa420b114c750b04cea3cac2 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020713 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020714 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index faae47a06a125c4a9a1d2cc97368c831c9b675db..5a73f9b3c23073061e550fcad430d8d3fed82ade 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020713 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020714 (prerelease)";
 
 /*
 2.01   $ format added
index 8121ab61e71ca6b46014d190905fee0ce3c1c464..7ff36ca0286e283ba7c1131e605a77f400d2a61d 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020713 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020714 (prerelease)";
 
 #include <stdio.h>
 
index df92aab39dd9a4acab79f4583a21b5a550073861..67e5c49e5c6e8f74c18b6bee6e5832c83b4efccf 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020713
+#define __GLIBCPP__ 20020714
 
 // This is necessary until GCC supports separate template
 // compilation.