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

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 038ca08ea239abe0320bd613dccc4628ec628318..7030937d77acf2e8d92090205e6f376541c6c8bf 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020613 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020614 (prerelease)";
index 047de4f083ff055eae498bfbedff5ae90f2cbdb8..7ef0d8496f7ca44fa7aa968155eeef132057d524 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020613 (prerelease)";
+const char *const version_string = "3.0.5 20020614 (prerelease)";
index 425128b78b99c8f6c3129759a2ded0bc6b8c0ec5..d2b8db801d7d608922645d084e3f3e941d491cfd 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020613 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020614 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 7a4830521656bde3f58392199f0de5f29286e41c..95d6b0241e5ccf31919d813672afe906a1e9a997 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020613 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020614 (prerelease)";
 
 /*
 2.01   $ format added
index c36af190ac66eb731e99b5dab521bf2173163066..b343950846466df686b5f03413edbc3cc8289684 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020613 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020614 (prerelease)";
 
 #include <stdio.h>
 
index 9fd651767450d93372beafde885fbe39e5f80112..e8cc051c1c887190c2a82ec3819997f770b75230 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020613
+#define __GLIBCPP__ 20020614
 
 // This is necessary until GCC supports separate template
 // compilation.