diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-09-26 16:52:04 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-09-26 16:52:04 (GMT) |
commit | a38bfab696f31d06ac9644f70f17befe78f6c2af (patch) | |
tree | cd3dd5abec4abda47b15e625fb4d12320e92d412 /src | |
parent | 7b09c325cb352f89e0f87283e1f8c525e65755e4 (diff) | |
parent | e6b029e77e799292eb1ee074b24a224f4613a3b2 (diff) | |
download | hdf5-a38bfab696f31d06ac9644f70f17befe78f6c2af.zip hdf5-a38bfab696f31d06ac9644f70f17befe78f6c2af.tar.gz hdf5-a38bfab696f31d06ac9644f70f17befe78f6c2af.tar.bz2 |
Merge pull request #1953 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'e6b029e77e799292eb1ee074b24a224f4613a3b2':
add missing version to list
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fpublic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 8338fb2..02568c9 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -180,7 +180,7 @@ typedef enum H5F_libver_t { H5F_LIBVER_V18 = 1, /* Use the latest v18 format for storing objects */ H5F_LIBVER_V110 = 2, /* Use the latest v110 format for storing objects */ H5F_LIBVER_V112 = 3, /* Use the latest v112 format for storing objects */ - H5F_LIBVER_V114 = 4, /* Use the latest v112 format for storing objects */ + H5F_LIBVER_V114 = 4, /* Use the latest v114 format for storing objects */ H5F_LIBVER_NBOUNDS } H5F_libver_t; |