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

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 260a41536e6bad712c57de5767df481732bf80f9..f497d278d1347a46567b8f7a2249a311afb568f7 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1 20020513 (prerelease)";
+const char *const ffe_version_string = "3.1 20020514 (prerelease)";
index 7187c52ed0372f2b86372347dc929725369f3ca0..931c684c02a87385943b62cb0ad7bd9548df2acc 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020513 (prerelease)";
+const char *const version_string = "3.1 20020514 (prerelease)";
index 9f2d42403399860072791cc021ef7869a552d847..d81135fa74704c5f96dd612361361c4b36ccc9e3 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1 20020513 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1 20020514 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 3638e2c07ac83ae52ef6e6bd08c66a564fd887f7..5fe85b9bd7950fe19b36da82c78ec14092e8664e 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1 20020513 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1 20020514 (prerelease)";
 
 /*
 2.01   $ format added
index 9b52c88076932be970e752aea924aa6cfc9088f5..92b6b1df556f522652e43c9f89e4d3c8d9d27da9 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1 20020513 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1 20020514 (prerelease)";
 
 #include <stdio.h>
 
index d5bf45841e58311cb006ece84ae4cff47f1df512..38f98da6ac734d515f3b16ce61147538674de377 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__ 20020513
+#define __GLIBCPP__ 20020514
 
 // This is necessary until GCC supports separate template
 // compilation.