summaryrefslogtreecommitdiffstats
path: root/bin/make_vers
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-01-22 21:46:34 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-01-22 21:46:34 (GMT)
commitf3d1b4c6d2c85995e4c6cd8dc9df5ac4d213d8a5 (patch)
treec2d140903163d0bb6efd8bf0e8944292596ee69c /bin/make_vers
parenta92cfed71e0da0ff61af2550640e38bf6d415fee (diff)
downloadhdf5-f3d1b4c6d2c85995e4c6cd8dc9df5ac4d213d8a5.zip
hdf5-f3d1b4c6d2c85995e4c6cd8dc9df5ac4d213d8a5.tar.gz
hdf5-f3d1b4c6d2c85995e4c6cd8dc9df5ac4d213d8a5.tar.bz2
Max Library "index" should be 7.
Diffstat (limited to 'bin/make_vers')
-rwxr-xr-xbin/make_vers2
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;