]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 19 May 2002 07:21:02 +0000 (07:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 19 May 2002 07:21:02 +0000 (07:21 +0000)
From-SVN: r53611

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