diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-12-22 01:45:07 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-12-22 01:45:07 -0700 |
commit | 177eca9bd19e2f9d7bab103852300074af7e3e37 (patch) | |
tree | 3442064e48ec876309164a80a4c237b7c27a4133 /libf2c | |
parent | 3be0e2021234f6b7fb5d33da359748358fa7cd51 (diff) | |
download | gcc-177eca9bd19e2f9d7bab103852300074af7e3e37.zip gcc-177eca9bd19e2f9d7bab103852300074af7e3e37.tar.gz gcc-177eca9bd19e2f9d7bab103852300074af7e3e37.tar.bz2 |
Daily bump.
From-SVN: r31065
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 ef512ea..d950bd8 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 19991221 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 19991222 (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 016dd0d..3c08028 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 19991221 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 19991222 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 4116621..b9758fc 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 19991221 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 19991222 (prerelease)"; #include <stdio.h> |