summaryrefslogtreecommitdiffstats
path: root/bin/make_vers
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-01-22 22:15:40 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-01-22 22:15:40 (GMT)
commit2ed0c368d32b3abb32287b7128956c79062e7355 (patch)
treec310429d6e641319a85e113473f718382c78bac0 /bin/make_vers
parentfe0eca39c9a82a4b24887f4d81f5903ac357a83d (diff)
downloadhdf5-2ed0c368d32b3abb32287b7128956c79062e7355.zip
hdf5-2ed0c368d32b3abb32287b7128956c79062e7355.tar.gz
hdf5-2ed0c368d32b3abb32287b7128956c79062e7355.tar.bz2
Max Library "index" should be 6 for HDF5 1.12.
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 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;