From: GCC Administrator Date: Sun, 3 Mar 2002 08:16:42 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26650fcc21e2e28a35d9888edcce0cba39e732d4;p=thirdparty%2Fgcc.git Daily bump. From-SVN: r50243 --- diff --git a/gcc/f/version.c b/gcc/f/version.c index cb8df969ab2c..7ea2e7e9fce8 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ - const char *ffe_version_string = "0.5.26 20020302 (prerelease)"; + const char *ffe_version_string = "0.5.26 20020303 (prerelease)"; diff --git a/gcc/version.c b/gcc/version.c index 23ddbc2b6c33..aa0edba5bf59 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ - #include "gansidecl.h" + #include "gansidecl.h" #include "version.h" -const char *const version_string = "3.0.5 20020302 (prerelease)"; +const char *const version_string = "3.0.5 20020303 (prerelease)"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 5691c269e49e..8b2d616a9acc 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -1,9 +1,9 @@ - static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; + static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.26 20020302 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20020303 (prerelease)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 6289a3ff2fc7..e8f4291c1956 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -1,9 +1,9 @@ - static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n"; + static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.26 20020302 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20020303 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 0c1d395d92f1..b4771452e3a8 100644 --- a/libf2c/libU77/Version.c +++ b/libf2c/libU77/Version.c @@ -1,6 +1,6 @@ - static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; + static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; -char __G77_LIBU77_VERSION__[] = "0.5.26 20020302 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20020303 (prerelease)"; #include diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 9d3e5486552d..1e6c514a9e4d 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -1,4 +1,4 @@ - // Predefined symbols and macros -*- C++ -*- + // Predefined symbols and macros -*- C++ -*- // Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. // @@ -36,7 +36,7 @@ #include // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20020302 +#define __GLIBCPP__ 20020303 // This is necessary until GCC supports separate template // compilation.