]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 8 Jun 2002 07:17:08 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 8 Jun 2002 07:17:08 +0000 (07:17 +0000)
From-SVN: r54365

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