diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-11-16 08:16:11 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-11-16 08:16:11 +0000 |
commit | 45fb7df53e366144391760912e11e79e91826431 (patch) | |
tree | 9b893013a54fe121cfbabf15d50841c1de441886 /libf2c | |
parent | 25e7f439857c2fb0e93f32906f6da0ff3d395047 (diff) | |
download | gcc-45fb7df53e366144391760912e11e79e91826431.zip gcc-45fb7df53e366144391760912e11e79e91826431.tar.gz gcc-45fb7df53e366144391760912e11e79e91826431.tar.bz2 |
Daily bump.
From-SVN: r47083
Diffstat (limited to 'libf2c')
-rw-r--r-- | libf2c/libF77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libI77/Version.c | 2 | ||||
-rw-r--r-- | libf2c/libU77/Version.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libf2c/libF77/Version.c b/libf2c/libF77/Version.c index f33cbe5..499eadb 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 20011115 (experimental)"; +char __G77_LIBF77_VERSION__[] = "0.5.27 20011116 (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 a92ba29..a3ed102 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 20011115 (experimental)"; +char __G77_LIBI77_VERSION__[] = "0.5.27 20011116 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index ea47775..ef91563 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 20011115 (experimental)"; +char __G77_LIBU77_VERSION__[] = "0.5.27 20011116 (experimental)"; #include <stdio.h> |