diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-12-16 01:45:07 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-12-16 01:45:07 -0700 |
commit | 1f7c249a1a4c661fa2282402a94a75ffffe60649 (patch) | |
tree | a2820973096156a59eb594f0f619097047957c64 /libf2c | |
parent | 0b1f07255c36d22974eaf1cc38923f9788c32b85 (diff) | |
download | gcc-1f7c249a1a4c661fa2282402a94a75ffffe60649.zip gcc-1f7c249a1a4c661fa2282402a94a75ffffe60649.tar.gz gcc-1f7c249a1a4c661fa2282402a94a75ffffe60649.tar.bz2 |
Daily bump.
From-SVN: r30968
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 f0b6c1d..3318ed3 100644 --- a/libf2c/libF77/Version.c +++ b/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.25 19991215 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 19991216 (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 f6485ecf..cc29c28 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990627\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.25 19991215 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 19991216 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index aaf0479..1c01761 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 19991215 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 19991216 (prerelease)"; #include <stdio.h> |