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

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 db924c3419e2c09f55663af696da7035547c2973..57c371284dca2d0e19dc3a6aa62bf16b745982d7 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1 20020430 (prerelease)";
+const char *const ffe_version_string = "3.1 20020501 (prerelease)";
index 7745e36803440e6c9c0042c9624d077de9235814..b4e4f5cedf4f5c7f5be5b6ec18ede8f969986770 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020430 (prerelease)";
+const char *const version_string = "3.1 20020501 (prerelease)";
index 392e1cb2cdd733a9c068ba2c6a0d2c1e3d986714..3dba9547f5987f41985dc19c15931f8002d2297f 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1 20020430 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1 20020501 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index d5e831d051506db9a7d038ee77067c7445cc2cfe..fd618c61f0d62e542c294acc865c72321278168a 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1 20020430 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1 20020501 (prerelease)";
 
 /*
 2.01   $ format added
index 50d2143661d7d7919a7d18db3c53fc1e2fce7729..e382ed5081ff40168b4ba1d6c92d058d07d41e79 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1 20020430 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1 20020501 (prerelease)";
 
 #include <stdio.h>
 
index afe40135b887c9dc9a944af60ed22abc2061220b..80d2e4715d065d18d218fe8a6f3163a830076697 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__ 20020430
+#define __GLIBCPP__ 20020501
 
 // This is necessary until GCC supports separate template
 // compilation.