diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-07-26 01:45:08 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-07-26 01:45:08 -0600 |
commit | 359b2ce309b4873560c03703d8991ff584f10de1 (patch) | |
tree | 7bedf84c0074b734d5bd90535e56d47341a8dc77 /libf2c | |
parent | 86723d9ab9f55b010876e7bb18963a4b04f4a910 (diff) | |
download | gcc-359b2ce309b4873560c03703d8991ff584f10de1.tar.gz |
Daily bump.
From-SVN: r28260
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 9ff7e3db84f..bed2a962f19 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 19990725 (prerelease)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 19990726 (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 05efdbf242d..bd5644fc5e5 100644 --- a/libf2c/libI77/Version.c +++ b/libf2c/libI77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990503\n"; /* */ -char __G77_LIBI77_VERSION__[] = "0.5.25 19990725 (prerelease)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 19990726 (prerelease)"; /* 2.01 $ format added diff --git a/libf2c/libU77/Version.c b/libf2c/libU77/Version.c index 282c36b6033..76a27b8d609 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 19990725 (prerelease)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 19990726 (prerelease)"; #include <stdio.h> |