diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-11-09 01:45:08 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-11-09 01:45:08 -0700 |
commit | 4a6a53a4405bd856d6b1b43019972bf194eb642f (patch) | |
tree | 4a12adb03a62421323740efae75949c4d8e664c0 /libf2c | |
parent | 2e09e75ade29bde9224eea1629ed0091f74e7a08 (diff) | |
download | gcc-4a6a53a4405bd856d6b1b43019972bf194eb642f.zip gcc-4a6a53a4405bd856d6b1b43019972bf194eb642f.tar.gz gcc-4a6a53a4405bd856d6b1b43019972bf194eb642f.tar.bz2 |
Daily bump.
From-SVN: r37335
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 b6fb4b7..9e1e4ab 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 20001108 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.26 20001109 (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 fc72be7..a717151 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 20001108 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.26 20001109 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 984983a..4100caa 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 20001108 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.26 20001109 (prerelease)"; #include <stdio.h> |