mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
The hash_size parameter of H5Iregister_type() hasn't been used since 1.8. It's been removed and the API call has been versioned. This PR also updates the make_vers script to handle v2.0.0. Fixes #4344