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

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 6f24083809fcc2d6ca1447a98f7207b21b053513..370b10762b34c4dd7fe97195bc505b0d5963f248 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1.1 20020517 (prerelease)";
+const char *const ffe_version_string = "3.1.1 20020518 (prerelease)";
index a7b114b810c8d87ea851ca05f345beb5e7b7f61d..29c08321b69571d9c60f5897cdb981fe00b00f6b 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1.1 20020517 (prerelease)";
+const char *const version_string = "3.1.1 20020518 (prerelease)";
index df7bed393c6238525fd1f4b4834ddde99a18fd29..2a6ea2a9dbb1799bba4fb9becfc2c4f0cbdfde5c 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1.1 20020517 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1.1 20020518 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 51a90e3e7fe80db3d366f3894afe99c865ea72c2..302edd01ac14c6e0cf71c6048eb515f0881f9d29 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1.1 20020517 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1.1 20020518 (prerelease)";
 
 /*
 2.01   $ format added
index 8a333ecd0e2f02c561b4808b2392f55451392b18..b144882313a2c3705b71a00e774f538bad963fa5 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1.1 20020517 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1.1 20020518 (prerelease)";
 
 #include <stdio.h>
 
index 16e59909e10c1faedac067366cdd2ff1533cd88a..9b4f166f9807393cde51528ee5577c12fc2ee234 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__ 20020517
+#define __GLIBCPP__ 20020518
 
 // This is necessary until GCC supports separate template
 // compilation.