summaryrefslogtreecommitdiffstats
path: root/bin/make_vers
diff options
context:
space:
mode:
authorraylu-hdf <60487644+raylu-hdf@users.noreply.github.com>2022-04-08 21:38:55 (GMT)
committerGitHub <noreply@github.com>2022-04-08 21:38:55 (GMT)
commit30dfa364ea33806786a67dc0f243d0e7f262159a (patch)
treee84f210037fe2b350e01c2b340cd8cd3afa0e6eb /bin/make_vers
parent43ab4e6db135f0d0bacda7d64257b9532381e24a (diff)
parent34ee752efba574326a537de9a027930dc1a6ca34 (diff)
downloadhdf5-30dfa364ea33806786a67dc0f243d0e7f262159a.zip
hdf5-30dfa364ea33806786a67dc0f243d0e7f262159a.tar.gz
hdf5-30dfa364ea33806786a67dc0f243d0e7f262159a.tar.bz2
Merge pull request #1626 from HDFGroup/raylu_onion_vfd_7
Syncing with the Develop Branch
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 3631d3c..f1399a4 100755
--- a/bin/make_vers
+++ b/bin/make_vers
@@ -6,7 +6,7 @@ use warnings;
# (The max_idx parameter is the only thing that needs to be changed when adding
# support for a new major release. If support for a prior major release
# is added (like support for 1.4, etc), the min_sup_idx parameter will
-# need to be decremented. - QAK)
+# need to be decremented.)
# 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 = 7;