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

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