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

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