mk_get_version_date(3) MathKeisan BLAS routine mk_get_version_date(3)
NAME
mk_get_version_date - Get MathKeisan version date
SYNOPSIS
Fortran
integer mk_get_version_date
i = mk_get_version_date()
C
int mk_get_version_date_(void);
i = mk_get_version_date_();
DESCRIPTION
Returns MathKeisan version date as a decimal integer of the form YYYYM-
MDD, where YYYY = year, MM = month and DD = day.
Version dates returned by this function increase monotonically with
each release, and can be compared numerically to tell whether an appli-
cation is being linked with a version dated before, on, or after a ref-
erence date.
NOTES
If you have any problems with this routine, please contact us at:
http://www.mathkeisan.com/
BLAS routine 21 April 2004 mk_get_version_date(3)