summaryrefslogtreecommitdiffstats
path: root/src/H5Spkg.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2019-12-06 19:35:55 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2019-12-06 19:35:55 (GMT)
commit17b8281ce469e58ec597156e0017ff61a0d7a566 (patch)
tree1cb5f9f5bdcc09702523fb66e7dfbb638a7d991c /src/H5Spkg.h
parente1136858f9f833738e03e34f3948a51720cdbd13 (diff)
parent0f1be317c37ca04db263680e6f1fe4d97b937b39 (diff)
downloadhdf5-17b8281ce469e58ec597156e0017ff61a0d7a566.zip
hdf5-17b8281ce469e58ec597156e0017ff61a0d7a566.tar.gz
hdf5-17b8281ce469e58ec597156e0017ff61a0d7a566.tar.bz2
Merge pull request #2080 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/112_hyper_ver to hdf5_1_12
* commit '0f1be317c37ca04db263680e6f1fe4d97b937b39': More fixes for the PR: (1) Set the version for reference datatype message to H5O_DTYPE_VERSION_4. (2) The tests for the new reference types should work for V112 and beyond. Verify the decoded version for hyperslab selection.
Diffstat (limited to 'src/H5Spkg.h')
-rw-r--r--src/H5Spkg.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/H5Spkg.h b/src/H5Spkg.h
index 278f08d..6a78e52 100644
--- a/src/H5Spkg.h
+++ b/src/H5Spkg.h
@@ -41,9 +41,10 @@
#define H5S_SELECT_FLAG_BITS (H5S_HYPER_REGULAR)
/* Versions for H5S_SEL_HYPER selection info */
-#define H5S_HYPER_VERSION_1 1
-#define H5S_HYPER_VERSION_2 2
-#define H5S_HYPER_VERSION_3 3
+#define H5S_HYPER_VERSION_1 1
+#define H5S_HYPER_VERSION_2 2
+#define H5S_HYPER_VERSION_3 3
+#define H5S_HYPER_VERSION_LATEST H5S_HYPER_VERSION_3
/* Versions for H5S_SEL_POINTS selection info */
#define H5S_POINT_VERSION_1 1