summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib
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 /java/src/hdf/hdf5lib
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 'java/src/hdf/hdf5lib')
-rw-r--r--java/src/hdf/hdf5lib/HDF5Constants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/src/hdf/hdf5lib/HDF5Constants.java b/java/src/hdf/hdf5lib/HDF5Constants.java
index a0c2ed6..9294bad 100644
--- a/java/src/hdf/hdf5lib/HDF5Constants.java
+++ b/java/src/hdf/hdf5lib/HDF5Constants.java
@@ -216,6 +216,7 @@ public class HDF5Constants {
public static final int H5F_LIBVER_EARLIEST = H5F_LIBVER_EARLIEST();
public static final int H5F_LIBVER_V18 = H5F_LIBVER_V18();
public static final int H5F_LIBVER_V110 = H5F_LIBVER_V110();
+ public static final int H5F_LIBVER_V112 = H5F_LIBVER_V112();
public static final int H5F_LIBVER_NBOUNDS = H5F_LIBVER_NBOUNDS();
public static final int H5F_LIBVER_LATEST = H5F_LIBVER_LATEST();
public static final int H5F_OBJ_ALL = H5F_OBJ_ALL();
@@ -1049,6 +1050,8 @@ public class HDF5Constants {
private static native final int H5F_LIBVER_V110();
+ private static native final int H5F_LIBVER_V112();
+
private static native final int H5F_LIBVER_NBOUNDS();
private static native final int H5F_LIBVER_LATEST();