summaryrefslogtreecommitdiffstats
path: root/src/H5Oint.c
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2019-04-08 16:17:59 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2019-04-08 16:17:59 (GMT)
commitd8ff8da46cb49098c41b421427967eb736e15236 (patch)
tree429c7e214552117decd3da3d3ad9253d2ef4da73 /src/H5Oint.c
parent5e7cccb5a2813c203fc9493a2c0d42c9f666d5af (diff)
parent74677ba5ce41ab9db100e2059ceb85b44b874466 (diff)
downloadhdf5-d8ff8da46cb49098c41b421427967eb736e15236.zip
hdf5-d8ff8da46cb49098c41b421427967eb736e15236.tar.gz
hdf5-d8ff8da46cb49098c41b421427967eb736e15236.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_ray into HDFFV-10658-performance-drop-from-1-8
Diffstat (limited to 'src/H5Oint.c')
-rw-r--r--src/H5Oint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oint.c b/src/H5Oint.c
index 570f94e..60aae45 100644
--- a/src/H5Oint.c
+++ b/src/H5Oint.c
@@ -130,6 +130,7 @@ const H5O_msg_class_t *const H5O_msg_class_g[] = {
const unsigned H5O_obj_ver_bounds[] = {
H5O_VERSION_1, /* H5F_LIBVER_EARLIEST */
H5O_VERSION_2, /* H5F_LIBVER_V18 */
+ H5O_VERSION_2, /* H5F_LIBVER_V110 */
H5O_VERSION_LATEST /* H5F_LIBVER_LATEST */
};