diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-12-20 08:16:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-12-20 08:16:43 +0000 |
commit | fca619de3331f1fbf5b52e7b72b24f5cd54513f9 (patch) | |
tree | 32ceb6f5a5e8efc741cc252d3c1c306584a88b5b | |
parent | 8918c800d90af1cea39569ee5c8d63f90e66b170 (diff) | |
download | gcc-fca619de3331f1fbf5b52e7b72b24f5cd54513f9.tar.gz |
Daily bump.
From-SVN: r48197
-rw-r--r-- | gcc/f/version.c | 2 | ||||
-rw-r--r-- | gcc/version.c | 2 | ||||
-rw-r--r-- | libf2c/libF77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libI77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libU77/Version.c | 2 | ||||
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/gcc/f/version.c b/gcc/f/version.c index 7e0f92b0384..130a66245f4 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.26 20011219 (prerelease)"; +const char *ffe_version_string = "0.5.26 20011220 (prerelease)"; diff --git a/gcc/version.c b/gcc/version.c index a04463e24d3..5034e70c6fa 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "gansidecl.h" #include "version.h" -const char *const version_string = "3.0.3 20011219 (prerelease)"; +const char *const version_string = "3.0.3 20011220 (prerelease)"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 49b939acf05..f7259ce7b72 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.26 20011219 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20011220 (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 32f7e148df8..085cbf7c3d4 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.26 20011219 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20011220 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 6b17bb113dc..6874039d001 100644 --- a/libf2c/libU77/Version.c +++ b/libf2c/libU77/Version.c @@ -1,6 +1,6 @@ static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; -char __G77_LIBU77_VERSION__[] = "0.5.26 20011219 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20011220 (prerelease)"; #include <stdio.h> diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index f36c1bbd1b8..93a3754f3ca 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -36,7 +36,7 @@ #include <bits/limits.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20011219 +#define __GLIBCPP__ 20011220 // This is necessary until GCC supports separate template // compilation. |