]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 26 May 2002 07:17:02 +0000 (07:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 26 May 2002 07:17:02 +0000 (07:17 +0000)
From-SVN: r53887

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 204927740be9cec2e8c084075cb5d0b48081f76d..6f3b92279a428b763dd45f2bb4424a841c50525a 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020525 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020526 (prerelease)";
index 11c46539731fa285c636b8574f57393b97b74231..ee20154319000dab0f7207a8ecbeb5ebcff94a0e 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020525 (prerelease)";
+const char *const version_string = "3.1.1 20020526 (prerelease)";
index 12e1843f786b0c32a62034b464cdad046404b0d1..22b6c85910a68c6d70d5c715fc469577bf1ca70e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020525 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020526 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 9077aad70d442e08bd49efad256e90a553814fa6..fc4ebc93ebf61df49578956e1257116061455d3d 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020525 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020526 (prerelease)";
 
 /*
 2.01   $ format added
index 78c8f4dba7a42fc9167a93203990a92a277b9b89..a36afc4f24dece580ffa24d90c0246dd9666887c 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020525 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020526 (prerelease)";
 
 #include <stdio.h>
 
index e89c18312f9f6aba9b770c36d515344d0942f5ac..5f7ec5dc895c259998aa61343d946c2013981529 100644 (file)
@@ -34,7 +34,7 @@
 #include <bits/os_defines.h>
 
 // The current version of the C++ library in compressed ISO date format.
-#define __GLIBCPP__ 20020525
+#define __GLIBCPP__ 20020526
 
 // This is necessary until GCC supports separate template
 // compilation.