summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/version.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1999-02-03 17:23:49 +0000
committerjoerg <joerg@FreeBSD.org>1999-02-03 17:23:49 +0000
commit38d2602fc10af68938b30ae204bbdd4ea9fdb506 (patch)
tree2340d0a1cae271336fb29c80c560f5c3b9d2211b /usr.bin/f2c/version.c
parent4176c26a7a1c550e3ef04ef8c9734bfc83ae9f11 (diff)
downloadFreeBSD-src-38d2602fc10af68938b30ae204bbdd4ea9fdb506.zip
FreeBSD-src-38d2602fc10af68938b30ae204bbdd4ea9fdb506.tar.gz
Update to the most recent version. Among other things, this also solves
the function naming problem for complex double function i've recently aksed for in -committers. (The recently committed rev 1.5 of proc.c was actually also part of this update.) Should the mailing lists come to an agreement that f2c better belongs into the ports, this could be done nevertheless. For the time being, we've at least got a current version now. Thanks, Steve! Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Diffstat (limited to 'usr.bin/f2c/version.c')
-rw-r--r--usr.bin/f2c/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/f2c/version.c b/usr.bin/f2c/version.c
index 87a0922..90392f1 100644
--- a/usr.bin/f2c/version.c
+++ b/usr.bin/f2c/version.c
@@ -1,2 +1,2 @@
-char F2C_version[] = "19970219";
-char xxxvers[] = "\n@(#) FORTRAN 77 to C Translator, VERSION 19970219\n";
+char F2C_version[] = "19980913";
+char xxxvers[] = "\n@(#) FORTRAN 77 to C Translator, VERSION 19980913\n";
OpenPOWER on IntegriCloud