diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-03-16 01:45:07 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-03-16 01:45:07 -0700 |
commit | 1202035d0180d1c5f3c85e6f181ce3f89454ed48 (patch) | |
tree | 5563c1a8e3542c99f2d6a48d834b6b209beda775 /libf2c | |
parent | abc61fd406fe6e4535b478456cb04c5d89138d1a (diff) | |
download | gcc-1202035d0180d1c5f3c85e6f181ce3f89454ed48.zip gcc-1202035d0180d1c5f3c85e6f181ce3f89454ed48.tar.gz gcc-1202035d0180d1c5f3c85e6f181ce3f89454ed48.tar.bz2 |
Daily bump.
From-SVN: r32581
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 f8ca84f..a92e4ea 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19991115\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.25 20000315 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 20000316 (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 d63674a..3f86044 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19991115\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.25 20000315 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 20000316 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 02842e4..dda0e41 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.25 20000315 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 20000316 (prerelease)"; #include <stdio.h> |