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

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 0c34348de19bff406694fb69803fa3b96515a071..fb33d83269281b60f22cb5a1948d9d2b5545838a 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020511 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020512 (prerelease)";
index 5a84032fd66647167d5b29b9436a30ee247266b8..c3c6bfc6945c2f251adc70266d4918ef8b0f8b32 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020511 (prerelease)";
+const char *const version_string = "3.0.5 20020512 (prerelease)";
index 6e6ed306b7b87295d4f04debadae1445fa17bfdc..eca878d90eb064c1c8fa3c472d289854bb13f11b 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020511 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020512 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 0b78b7d36a4bd65e5c22dc815bdfe672c722cf54..c2b536347f9df4c0021208ec31d9585822ba5385 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020511 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020512 (prerelease)";
 
 /*
 2.01   $ format added
index 44ed9d1e960995d56b36ad68337be6f65662fe17..756034535a58d1a8edc8a603a05eeae1b8e9d13c 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020511 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020512 (prerelease)";
 
 #include <stdio.h>
 
index f9db38f42f6bfcb0f9f7d884148253effeb4509f..20ce701738c45c73f41febd465df849c11566b8d 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020511
+#define __GLIBCPP__ 20020512
 
 // This is necessary until GCC supports separate template
 // compilation.