diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-01-22 21:46:34 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-01-22 21:46:34 (GMT) |
commit | f3d1b4c6d2c85995e4c6cd8dc9df5ac4d213d8a5 (patch) | |
tree | c2d140903163d0bb6efd8bf0e8944292596ee69c | |
parent | a92cfed71e0da0ff61af2550640e38bf6d415fee (diff) | |
download | hdf5-f3d1b4c6d2c85995e4c6cd8dc9df5ac4d213d8a5.zip hdf5-f3d1b4c6d2c85995e4c6cd8dc9df5ac4d213d8a5.tar.gz hdf5-f3d1b4c6d2c85995e4c6cd8dc9df5ac4d213d8a5.tar.bz2 |
Max Library "index" should be 7.
-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 f40e29a..74b0ae2 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, 7 = 1.14, etc) -$max_idx = 8; +$max_idx = 7; # Min. supported previous library version "index" (0 = v1.0, 1 = 1.2, etc) $min_sup_idx = 3; |