diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-11-28 01:45:07 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-11-28 01:45:07 -0700 |
commit | b0bff859ae926ededc90ce92b4f7acae790840d9 (patch) | |
tree | d5ef19a5edabf72d0448417d8c0eb524c5795f03 /libf2c | |
parent | 53a4b7891b5e4d2f3b9df1d6d267d0864504111e (diff) | |
download | gcc-b0bff859ae926ededc90ce92b4f7acae790840d9.zip gcc-b0bff859ae926ededc90ce92b4f7acae790840d9.tar.gz gcc-b0bff859ae926ededc90ce92b4f7acae790840d9.tar.bz2 |
Daily bump.
From-SVN: r37811
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 1e6d177..536c2be 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.26 20001127 (experimental)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20001128 (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 f73999a..f6efbc9 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.26 20001127 (experimental)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20001128 (experimental)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index a47c00e..98f07c5 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 20001127 (experimental)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20001128 (experimental)"; #include <stdio.h> |