diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-01 07:32:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-01 07:32:56 +0000 |
commit | 96977cfe8e79fcdedcad61e17b903d35c25c8d45 (patch) | |
tree | c83d6290dfe976cda34a75de71942a836a524403 /contrib | |
parent | b7652a08d1daa8b51a7d3f09831423672a4a252e (diff) | |
parent | ea2ef55af9997c81fb7111bcfc65c83495afa46e (diff) | |
download | FreeBSD-src-96977cfe8e79fcdedcad61e17b903d35c25c8d45.zip FreeBSD-src-96977cfe8e79fcdedcad61e17b903d35c25c8d45.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r52741,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib')
-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 2fb044d..4e9eccc 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 a7c9346..5763727 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 a056dff..ca5870c 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 de0964d..0d72381 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> |