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

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 c0f37e2a2151498f4703af1c782e3722eba7689f..204927740be9cec2e8c084075cb5d0b48081f76d 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020524 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020525 (prerelease)";
index b45651224810566555fb9a0eeecd07223941ef73..11c46539731fa285c636b8574f57393b97b74231 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020524 (prerelease)";
+const char *const version_string = "3.1.1 20020525 (prerelease)";
index d6984d8fca9c9bf095b42376f2ed579e37a74c78..12e1843f786b0c32a62034b464cdad046404b0d1 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020524 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020525 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 866421ac036c712fa1ac1f1871dfedc088513c69..9077aad70d442e08bd49efad256e90a553814fa6 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020524 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020525 (prerelease)";
 
 /*
 2.01   $ format added
index 5c2fa79a0b092761662e6c5aefcac3c3ed291b65..78c8f4dba7a42fc9167a93203990a92a277b9b89 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020524 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020525 (prerelease)";
 
 #include <stdio.h>
 
index 427f6a8ce269d4f1ec9bb5e4a6f3700d2fbe55f7..e89c18312f9f6aba9b770c36d515344d0942f5ac 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__ 20020524
+#define __GLIBCPP__ 20020525
 
 // This is necessary until GCC supports separate template
 // compilation.