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

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 ff9d8bc1a80939c1bed6b1b26e67472ed6613c35..8987c95aaaec4e746ee63c8ca2b48a2bffdc0ba4 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020521 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020522 (prerelease)";
index 488b70ae89d69fc06e37284bd28a361436f3d14c..d6faac437776a96517b9527fef692531a1659060 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020521 (prerelease)";
+const char *const version_string = "3.1.1 20020522 (prerelease)";
index 44928766b6a5c58265ee3cd5b7d72515ca405719..4b794a98df0bbea32edf65bba8f0309fd0974775 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020521 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020522 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 0f4c61bc3c2f1a1d3a71720074ae0d204f8436c7..5442db062d2ad66ac83bf54a2cafbd6a3bf7df63 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020521 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020522 (prerelease)";
 
 /*
 2.01   $ format added
index d8d87d493402a20ad9534f712525217e9e6a6bc2..3202cdd8eb0dc77c7e3b605bcb714f9fcf163940 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020521 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020522 (prerelease)";
 
 #include <stdio.h>
 
index 674c09f1f04a96ce6a13070acb379dd5a2010613..d741845824948016d4f62d181958e5c94e0d9254 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__ 20020521
+#define __GLIBCPP__ 20020522
 
 // This is necessary until GCC supports separate template
 // compilation.