Miscellaneous
CFITSIO.libcfitsio_version — Functionlibcfitsio_version()::VersionNumberReturn the version of the underlying CFITSIO library
Example
julia> libcfitsio_version()
v"4.6.0"CFITSIO.fits_get_version — Functionfits_get_version()::CfloatReturn the version of the CFITSIO library as a floating point number.
Example
julia> fits_get_version()
4.0601997f0See also libcfitsio_version, which returns a VersionNumber.