summaryrefslogtreecommitdiffstats
path: root/src/H5Dlayout.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2019-04-05 15:23:05 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2019-04-05 15:23:05 (GMT)
commit9e934e75fa9a66bdd95fd3656ca0c19f910123c7 (patch)
treecd279da2c659b3e133a30e07703b0813c168e602 /src/H5Dlayout.c
parent87ddba868fdf0e14d004a697e09c12d0ca949b67 (diff)
parent0073f198978dea0116bd74816b3119dfeb09144b (diff)
downloadhdf5-9e934e75fa9a66bdd95fd3656ca0c19f910123c7.zip
hdf5-9e934e75fa9a66bdd95fd3656ca0c19f910123c7.tar.gz
hdf5-9e934e75fa9a66bdd95fd3656ca0c19f910123c7.tar.bz2
Merge pull request #1639 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/add_v112_version_bounds to develop
* commit '0073f198978dea0116bd74816b3119dfeb09144b': Set V112 as the latest format and extend the arrays of version bounds.
Diffstat (limited to 'src/H5Dlayout.c')
-rw-r--r--src/H5Dlayout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dlayout.c b/src/H5Dlayout.c
index 494d2c8..fb28489 100644
--- a/src/H5Dlayout.c
+++ b/src/H5Dlayout.c
@@ -50,6 +50,7 @@
const unsigned H5O_layout_ver_bounds[] = {
H5O_LAYOUT_VERSION_1, /* H5F_LIBVER_EARLIEST */
H5O_LAYOUT_VERSION_3, /* H5F_LIBVER_V18 */ /* H5O_LAYOUT_VERSION_DEFAULT */
+ H5O_LAYOUT_VERSION_4, /* H5F_LIBVER_V110 */
H5O_LAYOUT_VERSION_LATEST /* H5F_LIBVER_LATEST */
};