diff options
| author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-20 07:16:49 +0000 |
|---|---|---|
| committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-20 07:16:49 +0000 |
| commit | 5a78eda5f9655f681e0e7befe709467602d7d198 (patch) | |
| tree | 6a1f7954fedc4e64bd4be7abc2a953a51882bff4 | |
| parent | 89ca33111c9af363ce39da42dc4126325df5dfc3 (diff) | |
| download | ppe42-gcc-5a78eda5f9655f681e0e7befe709467602d7d198.tar.gz ppe42-gcc-5a78eda5f9655f681e0e7befe709467602d7d198.zip | |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45046 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/f/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 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gcc/f/version.c b/gcc/f/version.c index b1a5e861862..6ddb0a80101 100644 --- a/gcc/f/version.c +++ b/gcc/f/version.c @@ -1 +1 @@ -const char *ffe_version_string = "0.5.27 20010819 (experimental)"; +const char *ffe_version_string = "0.5.27 20010820 (experimental)"; diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index 7e088df5f72..eb4015c0b57 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.27 20010819 (experimental)"; +char __G77_LIBF77_VERSION__[] = "0.5.27 20010820 (experimental)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/libf2c/libI77/Version.c b/libf2c/libI77/Version.c index 66b20b6ad2b..7b06c1d6ef8 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.27 20010819 (experimental)"; +char __G77_LIBI77_VERSION__[] = "0.5.27 20010820 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 2129c5cdfbd..53c6f783784 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.27 20010819 (experimental)"; +char __G77_LIBU77_VERSION__[] = "0.5.27 20010820 (experimental)"; #include <stdio.h> diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index caafcd782b6..1f2b02949af 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__ 20010819 +#define __GLIBCPP__ 20010820 // This is necessary until GCC supports separate template // compilation. |

