Purpose:
Returns the HDF5 library version and release numbers.
SUBROUTINE h5get_libversion_f(hdferr)
IMPLICIT NONE
INTEGER, INTENT(OUT) :: majnum ! The major version of the library
INTEGER, INTENT(OUT) :: minnum ! The minor version of the library
INTEGER, INTENT(OUT) :: relnum ! The release number
INTEGER, INTENT(OUT) :: hdferr ! Error code
END SUBROUTINE h5get_libversion_f
FORTRAN interface:   h5check_version_f
Purpose:
Verifies that library versions are consistent.
SUBROUTINE h5check_version_f(hdferr)
IMPLICIT NONE
INTEGER, INTENT(IN) :: majnum ! The major version of the library
INTEGER, INTENT(IN) :: minnum ! The minor version of the library
INTEGER, INTENT(IN) :: relnum ! The release number
INTEGER, INTENT(OUT) :: hdferr ! Error code
END SUBROUTINE h5check_version_f
HDF Help Desk
Describes HDF5 Release 1.6.0, July 2003
Last modified: 24 September, 2002