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

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