summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2018-09-04 03:36:44 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2018-09-04 03:36:44 (GMT)
commitd926ddb1a240fb46748ae9d8e1c9ce42d9860d6e (patch)
treea7812031fdddc59b30843eab3efb31cef225fbd6 /bin
parent45be06a387c1294fa3c95cc71106afcc023ddb91 (diff)
parentc834d9f99d45e5b9752e8525fe8761ea5592bf2c (diff)
downloadhdf5-d926ddb1a240fb46748ae9d8e1c9ce42d9860d6e.zip
hdf5-d926ddb1a240fb46748ae9d8e1c9ce42d9860d6e.tar.gz
hdf5-d926ddb1a240fb46748ae9d8e1c9ce42d9860d6e.tar.bz2
Merge pull request #10 in ~VCHOI/my_hdf5_fork from develop to feature/vfd_swmr
* commit 'c834d9f99d45e5b9752e8525fe8761ea5592bf2c': (41 commits) HDFFV-10568 fix hdf5_java library dependency Remove another extra path var Move muti-config dir setting to root process Fix one more intermediate location Use different variable Cleanup and add intermediate dir for java Java must use shared libs to allow dlopen calls Correct names Call new function Correct default API version for develop to 112. Fix typo HD prefix and whitespace Update RELEASE.txt with suggested changes Update MANIFEST file for new t_coll_md_read.c file Remove now-unused local variable Add fix for HDFFV-10501 Revert testfile FILE change change FILE path Add testfiles to data copy Same changes needed for examples as test ...
Diffstat (limited to 'bin')
-rwxr-xr-xbin/make_vers6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/make_vers b/bin/make_vers
index 7e7fba1..4de2dbd 100755
--- a/bin/make_vers
+++ b/bin/make_vers
@@ -7,8 +7,8 @@ require 5.003;
# is added (like support for 1.4, etc), the min_sup_idx parameter will
# need to be decremented. - QAK)
-# Max. library "index" (0 = v1.0, 1 = 1.2, etc)
-$max_idx = 5;
+# 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 = 6;
# Min. supported previous library version "index" (0 = v1.0, 1 = 1.2, etc)
$min_sup_idx = 3;
@@ -478,7 +478,7 @@ for $file (@ARGV) {
}
}
close SOURCE;
-
+
# Create header files
print "Generating '", $prefix, "H5version.h'\n";
create_public($prefix);