diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-01 07:32:56 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-01 07:32:56 +0000 |
| commit | 362ac0af37446b00ca5b4a03a601b743c99df567 (patch) | |
| tree | c83d6290dfe976cda34a75de71942a836a524403 /contrib/libf2c | |
| parent | 192baed06f21b8c096d6d2bfa925f9c45f175c36 (diff) | |
| parent | 7c27f7499babf56c3fe0c55bdb94d0123edbc6f8 (diff) | |
Notes
Diffstat (limited to 'contrib/libf2c')
| -rw-r--r-- | contrib/libf2c/ChangeLog | 4 | ||||
| -rw-r--r-- | contrib/libf2c/libF77/Version.c | 2 | ||||
| -rw-r--r-- | contrib/libf2c/libI77/Version.c | 2 | ||||
| -rw-r--r-- | contrib/libf2c/libU77/Version.c | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/contrib/libf2c/ChangeLog b/contrib/libf2c/ChangeLog index 2fb044d7c36c..4e9eccc84661 100644 --- a/contrib/libf2c/ChangeLog +++ b/contrib/libf2c/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 24 23:54:10 PDT 1999 Jeff Law (law@cygnus.com) + + * gcc-2.95.2 Released. + Mon Aug 16 01:29:24 PDT 1999 Jeff Law (law@cygnus.com) * gcc-2.95.1 Released. diff --git a/contrib/libf2c/libF77/Version.c b/contrib/libf2c/libF77/Version.c index a7c934676369..57637271a0b8 100644 --- a/contrib/libf2c/libF77/Version.c +++ b/contrib/libf2c/libF77/Version.c @@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n"; /* */ -char __G77_LIBF77_VERSION__[] = "0.5.25 19990816 (release)"; +char __G77_LIBF77_VERSION__[] = "0.5.25 19991024 (release)"; /* 2.00 11 June 1980. File version.c added to library. diff --git a/contrib/libf2c/libI77/Version.c b/contrib/libf2c/libI77/Version.c index a056dffc726b..ca5870c299ba 100644 --- a/contrib/libf2c/libI77/Version.c +++ b/contrib/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 19990816 (release)"; +char __G77_LIBI77_VERSION__[] = "0.5.25 19991024 (release)"; /* 2.01 $ format added diff --git a/contrib/libf2c/libU77/Version.c b/contrib/libf2c/libU77/Version.c index de0964d337f5..0d7238180bbf 100644 --- a/contrib/libf2c/libU77/Version.c +++ b/contrib/libf2c/libU77/Version.c @@ -1,6 +1,6 @@ static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; -char __G77_LIBU77_VERSION__[] = "0.5.25 19990816 (release)"; +char __G77_LIBU77_VERSION__[] = "0.5.25 19991024 (release)"; #include <stdio.h> |
