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

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