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

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 918019a9569f9dc09de62ccfda57e16290c6713d..e6b73ae95d2d60395fb587577d754afcc63323e1 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020608 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020609 (prerelease)";
index 42751a91b6982c49ba44351b24bd18c47f862ec4..ec5ea680d51f595345caae9cc758838e7c65589d 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020608 (prerelease)";
+const char *const version_string = "3.0.5 20020609 (prerelease)";
index a0269c356df84b8ff9591d91498ee9d4297439fe..99a8bd6b7d44ffbd2e9a435a57b2182b7cf3176a 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020608 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020609 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index fc3021c21fdd01961678878acb6ac8f8b300ecd4..473ccad87fb229d95b92290b223b5b4e57a6e793 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020608 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020609 (prerelease)";
 
 /*
 2.01   $ format added
index 4e630bc908d2f55705c127ee9fbdee047386c47d..7ab906cafb2372ef34c9af240c75487175a9e1bd 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020608 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020609 (prerelease)";
 
 #include <stdio.h>
 
index 1cc0d9b29c90edbf97699653ed0e23e1200a4141..23a551d3950e805279a586ce206e32f797853334 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020608
+#define __GLIBCPP__ 20020609
 
 // This is necessary until GCC supports separate template
 // compilation.