H5Fset_libver_bounds

fnherr_t H5Fset_libver_bounds(hid_t file_id, int low, int high)

Sets the library version bounds for objects created in a file.

Parameters

file_idFile identifier
lowLowest version of library format to use (H5F_LIBVER)
highHighest version of library format to use (H5F_LIBVER)

Returns

Non-negative on success, negative on failure.