diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-01-22 22:15:40 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-01-22 22:15:40 (GMT) |
commit | 2ed0c368d32b3abb32287b7128956c79062e7355 (patch) | |
tree | c310429d6e641319a85e113473f718382c78bac0 /bin | |
parent | fe0eca39c9a82a4b24887f4d81f5903ac357a83d (diff) | |
download | hdf5-2ed0c368d32b3abb32287b7128956c79062e7355.zip hdf5-2ed0c368d32b3abb32287b7128956c79062e7355.tar.gz hdf5-2ed0c368d32b3abb32287b7128956c79062e7355.tar.bz2 |
Max Library "index" should be 6 for HDF5 1.12.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/make_vers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/make_vers b/bin/make_vers index e4cdae6..28cbcf8 100755 --- a/bin/make_vers +++ b/bin/make_vers @@ -9,7 +9,7 @@ use warnings; # need to be decremented. - QAK) # Max. library "index" (0 = v1.0, 1 = 1.2, 2 = 1.4, 3 = 1.6, 4 = 1.8, 5 = 1.10, 6 = 1.12, etc) -$max_idx = 7; +$max_idx = 6; # Min. supported previous library version "index" (0 = v1.0, 1 = 1.2, etc) $min_sup_idx = 3; |