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

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