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

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