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

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 abec43eb220bacaabec9c306e9c976b13fd1fc94..842b8550080fc3eece5bfbaf11c2ee14a586baf9 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "f/version.h"
 
-const char *const ffe_version_string = "3.1 20020506 (prerelease)";
+const char *const ffe_version_string = "3.1 20020507 (prerelease)";
index 7f1d385ae73bb73b2b9ab48f3b35492904da69e7..50f50fb445ab203ae8ceb40dd1ae8b4c424ab8ef 100644 (file)
@@ -1,4 +1,4 @@
 #include "ansidecl.h"
 #include "version.h"
 
-const char *const version_string = "3.1 20020506 (prerelease)";
+const char *const version_string = "3.1 20020507 (prerelease)";
index 1274517ba7086b4353f2235a6fd2197949cb5244..64e7b294767e06138ab9da98bf9e7b74f3ad8dc2 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
 /*
 */
 
-char __G77_LIBF77_VERSION__[] = "3.1 20020506 (prerelease)";
+char __G77_LIBF77_VERSION__[] = "3.1 20020507 (prerelease)";
 
 /*
 2.00   11 June 1980.  File version.c added to library.
index 65904f7ed70da3a5469580505b2448bc9db8ca89..83153f0e9b371d49092bfa9163bfa4fbd4944c74 100644 (file)
@@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
 /*
 */
 
-char __G77_LIBI77_VERSION__[] = "3.1 20020506 (prerelease)";
+char __G77_LIBI77_VERSION__[] = "3.1 20020507 (prerelease)";
 
 /*
 2.01   $ format added
index 08305b6310c40c9876fbe41043a0f3ded808e83d..93a6a561cf8f44b5005ab1d7fc17fca3645a20df 100644 (file)
@@ -1,6 +1,6 @@
 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
 
-char __G77_LIBU77_VERSION__[] = "3.1 20020506 (prerelease)";
+char __G77_LIBU77_VERSION__[] = "3.1 20020507 (prerelease)";
 
 #include <stdio.h>
 
index b91aa672e778b80dada5d5f773904facba741440..edbf66386a6fe74ace3eea61db47ea1406ca8b9a 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__ 20020506
+#define __GLIBCPP__ 20020507
 
 // This is necessary until GCC supports separate template
 // compilation.