]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 Jun 2002 07:17:26 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 22 Jun 2002 07:17:26 +0000 (07:17 +0000)
From-SVN: r54903

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 5959c1f67e9cf6f1c55c8034dacb796aa790452b..c174d704972812d2fe488155438db06b3bee17d3 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020621 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020622 (prerelease)";
index 85da3d2deb86b07883a3766d7d7393db903e2d16..4a1ed9f90e6e44db5fdefbc91cfab4ae5b065c12 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020621 (prerelease)";
+const char *const version_string = "3.0.5 20020622 (prerelease)";
index 39b4ae004b51456a047bc9d3af8065dc68bbfa6f..9d4a43e009e971954f8090e0a4b87ba025f10961 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020621 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020622 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 908900e3867739d72c4ee2955a805255ca804070..078ce44a9b84b22536cca95068472fd8ee4f0204 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020621 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020622 (prerelease)";
 
 /*
 2.01   $ format added
index 82b13044164c94b4b84ce6aff46bec63d9d72e32..afe89c58079a9a983ca7dc573945e50bab3653fa 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020621 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020622 (prerelease)";
 
 #include <stdio.h>
 
index 8dbf23213e91be4b901c41d9f9c9b53ab455d383..483fde772a37672907e2170a5425fa808a5c859e 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020621
+#define __GLIBCPP__ 20020622
 
 // This is necessary until GCC supports separate template
 // compilation.