]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Jul 2002 07:16:31 +0000 (07:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 13 Jul 2002 07:16:31 +0000 (07:16 +0000)
From-SVN: r55433

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 952635bf9b728ab011c6e986d173abcaabbe800a..0758a606b92f959d1dc01198f54a6f8427999591 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020712 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020713 (prerelease)";
index f0f9218e4fc4ef9ed1b2b0469dcd93c74f9a6a3c..fdac55b254125dde068cd145a29ba37823f7ecea 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020712 (prerelease)";
+const char *const version_string = "3.0.5 20020713 (prerelease)";
index 172fc16e293200d0d8bc5ec45f8d2610ceee1e92..d9d09da89a1134d01f287d64bf024dc86570930b 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020712 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020713 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index e7a51c6b30deff12d25b72837dcbafa7f16c4b39..faae47a06a125c4a9a1d2cc97368c831c9b675db 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020712 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020713 (prerelease)";
 
 /*
 2.01   $ format added
index 1c0d5266ece3ed5ecd542c800b790516d67a3f5f..8121ab61e71ca6b46014d190905fee0ce3c1c464 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020712 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020713 (prerelease)";
 
 #include <stdio.h>
 
index 9bd32842a6c54c0da8160edb8a7214fa5b8f1f46..df92aab39dd9a4acab79f4583a21b5a550073861 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020712
+#define __GLIBCPP__ 20020713
 
 // This is necessary until GCC supports separate template
 // compilation.