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

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 edc8efb21468c632888b89f4e2c6d44f4988c935..15ca2f7d6546b57f523b9ca59852a814cec623d9 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020505 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020506 (prerelease)";
index 66adf385d698985772a2989bb608f47aaa0daf81..86a751ba5b0be1d7abbe071fb43abb3d348dae61 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020505 (prerelease)";
+const char *const version_string = "3.0.5 20020506 (prerelease)";
index be72b66bd561675bafdf28d1327cfafa75c83f8f..02199d2600ca9353c294e2dce966a026ae81242f 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020505 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020506 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 81371888b1f072431d124d95c723168e89a75437..d6c2e9aec1455c5e91f88d8ce1a8247ed364f353 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020505 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020506 (prerelease)";
 
 /*
 2.01   $ format added
index 828bdb4bfe2b291fc6e5bd746d1a958e42974fb3..6056af2f7a4cb3511451b136250f42ea4e7f77b8 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020505 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020506 (prerelease)";
 
 #include <stdio.h>
 
index 7cba6e6d10b3d38cae7230de98a685fe3782d03a..dd06e0a1a5021ca3d217bd5d2fc18f97e4fb822f 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020505
+#define __GLIBCPP__ 20020506
 
 // This is necessary until GCC supports separate template
 // compilation.