]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 May 2002 07:18:01 +0000 (07:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 15 May 2002 07:18:01 +0000 (07:18 +0000)
[[Split portion of a mixed commit.]]

From-SVN: r53473.2

gcc/f/version.c
libf2c/libF77/Version.c
libf2c/libI77/Version.c
libf2c/libU77/Version.c
libstdc++-v3/include/bits/c++config

index 8279d70b28215e73ecc18a7736af1156334caba4..e3f7b95403aa3cc6193e175cab3913e59511b109 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1 20020514 (release)";
+const char *const ffe_version_string = "3.1 20020515 (release)";
index be942f2cfb02004ce31426034202f29083b9f5fd..488b7deca8f326aa2a8ce31a68b09cb13dfe2605 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1 20020514 (release)";
+char __G77_LIBF77_VERSION__[] = "3.1 20020515 (release)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 1d22629f583ab68031e4b4191d9708d4df1d47e8..f6c562939d6239cc174ed5eee88c784793fa4fdd 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1 20020514 (release)";
+char __G77_LIBI77_VERSION__[] = "3.1 20020515 (release)";
 
 /*
 2.01   $ format added
index 19c80ed243e99bb75a5576d36791e016aab9c738..266f6c7c24f7b6b8ef65607492769dad32ea05b5 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1 20020514 (release)";
+char __G77_LIBU77_VERSION__[] = "3.1 20020515 (release)";
 
 #include <stdio.h>
 
index 38f98da6ac734d515f3b16ce61147538674de377..b3e1916a222b1f8a76b718bd6d081ee775754137 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__ 20020514
+#define __GLIBCPP__ 20020515
 
 // This is necessary until GCC supports separate template
 // compilation.