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

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 233160df9e1cdc8fee30936d5e9841d03931be16..fe70cd2f4e76735cb3da3d2d13780cbd4b16f825 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1 20020503 (prerelease)";
+const char *const ffe_version_string = "3.1 20020504 (prerelease)";
index c5784fa92ab8e58f3cd17b2cba3a2df3d68c39bd..7890ebc249bff3b9a39dfcc5d3c592e003954f13 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020503 (prerelease)";
+const char *const version_string = "3.1 20020504 (prerelease)";
index aba67825e8106595909eb100ded7c83c2ee7aca0..efa15f86fb973c50c6f94d07cbea7f2d7c609315 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1 20020503 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1 20020504 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3c986b82cbcde28eb0fb877a3d92e357cabce62f..6c71bc50e2c5dcb5f0c705b1bbb74465c01b5511 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1 20020503 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1 20020504 (prerelease)";
 
 /*
 2.01   $ format added
index 9fd37d91c8d7f2352f0f36403c27e63e038aea2c..7ca5295b2edc25ba03786a6c6da5f9a932606844 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1 20020503 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1 20020504 (prerelease)";
 
 #include <stdio.h>
 
index 150474e35295d27bef9274f9c1c4cdb16ed0265b..aa13d5a5ab200e5d96da689d70dd8fa25f2ad151 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__ 20020503
+#define __GLIBCPP__ 20020504
 
 // This is necessary until GCC supports separate template
 // compilation.