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

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 7a5ccfd72c97ed58966f21a978fd2b6a025180bf..cea2320e5492b5d0b35737a42a27600f9c91af8b 100644 (file)
@@ -1 +1 @@
-                                                                                        const char *ffe_version_string = "0.5.26 20020611 (prerelease)";
+                                                                                        const char *ffe_version_string = "0.5.26 20020612 (prerelease)";
index 22123c933e8c227b90ebe4ea2db39cc9f280661f..a745801f1f946b627bdfdba764b5d11c1be3f38b 100644 (file)
@@ -1,4 +1,4 @@
                                                                                         #include "gansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.0.5 20020611 (prerelease)";
+const char *const version_string = "3.0.5 20020612 (prerelease)";
index 0eb69d43cac89201a42f8e657955ecb2d0552dee..83bdbf5e4ba6d28e8b11e407a2bd0189bcfa9304 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "0.5.26 20020611 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "0.5.26 20020612 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index cebe94c0db78553204517930e4b1ad255826b82d..9a1165ad6f7665a227e05e089c514b649fd0c842 100644 (file)
@@ -3,7 +3,7 @@
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "0.5.26 20020611 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "0.5.26 20020612 (prerelease)";
 
 /*
 2.01   $ format added
index 328aa16ea6a206208411d8b22469acdc9cd3bff0..812f3602d561ff3245bc17e99ea35a2ab5e2c944 100644 (file)
@@ -1,6 +1,6 @@
                                                                                         static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "0.5.26 20020611 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "0.5.26 20020612 (prerelease)";
 
 #include <stdio.h>
 
index d69adf5e20b4f6a1c01e333cbf3511b7c8704b68..b87bcaadb0499bb4ad51d56fc25c88520378ff6d 100644 (file)
@@ -36,7 +36,7 @@
 #include <bits/limits.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020611
+#define __GLIBCPP__ 20020612
 
 // This is necessary until GCC supports separate template
 // compilation.