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

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 6f64bb749c357d924542f3f99fa0c97adfff8e09..a7e3dc4296c2cfdbcd743e28c0fdd07ffe6a7c28 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020518 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020519 (prerelease)";
index 672cb674354f6d60bbc36b6267d04a60b8a66e47..59d04330572dbc466d274c06e083eaa5fdc665e4 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020518 (prerelease)";
+const char *const version_string = "3.0.5 20020519 (prerelease)";
index ff163a508611a9089d0823bc9139d54bf7704012..6f12f67c53c5e433af6e1142e6b965bb67606249 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020518 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020519 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 5cf903555748e9a4e53accb05d3118b68011be44..54bb3e920b77b6579e616325fba8c0f3d500bb1d 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020518 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020519 (prerelease)";
 
 /*
 2.01   $ format added
index 669457ef2a511ff5dc793608dad2ecb7d278fd46..edca863a59850fb9a2c180477bbbeda05760e17f 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020518 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020519 (prerelease)";
 
 #include <stdio.h>
 
index 524c93c76373208722d4078357ae08f128ef2268..b8ee7ff29ff4ce624825076f99cca344c3501b25 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020518
+#define __GLIBCPP__ 20020519
 
 // This is necessary until GCC supports separate template
 // compilation.