]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 May 2002 07:18:21 +0000 (07:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 May 2002 07:18:21 +0000 (07:18 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r53474.2

gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 30b1443824686aeebaf953506d5bafd7747d4cac..76d58195d06139d1219ad5ae2f96d5bd2519dbc3 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020514 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020515 (prerelease)";
index 232899b5675f374c102c66d8acac66d5adbecc27..948cd7f183ae02ab3653e67593ed46c49bf7ad3a 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020514 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020515 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e6c7b24562c348f6caf8ff0380e774d50b5391e3..03c16f93df103d0e88d9e613e3ac518b536e1a0e 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020514 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020515 (prerelease)";
 
 /*
 2.01   $ format added
index 35d4aec34dae61a2922d94ca9c4ead460aafcd16..d5c3268db145c2441666eb83c3da2270871f5483 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020514 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020515 (prerelease)";
 
 #include <stdio.h>
 
index 930c79e9b73c111fa925272122ab1d82ff829179..61b250a5cb8978a1b2b05f2acd44a7a1d7756f8d 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020514
+#define __GLIBCPP__ 20020515
 
 // This is necessary until GCC supports separate template
 // compilation.