diff options
| author | Larry Knox <lrknox@hdfgroup.org> | 2018-03-14 21:48:29 (GMT) |
|---|---|---|
| committer | Larry Knox <lrknox@hdfgroup.org> | 2018-03-14 21:48:29 (GMT) |
| commit | 944720428419f4eacf3560066c2c5034caf61b52 (patch) | |
| tree | dbcdf26ed84b02ce6af851eaa2ade2080f74adae /java/src | |
| parent | 5ab5338b12fd89148ca6239c5f8f710468945688 (diff) | |
| parent | aa199c893fe5db9ef25c5ee026821333620c4c51 (diff) | |
| download | hdf5-944720428419f4eacf3560066c2c5034caf61b52.zip hdf5-944720428419f4eacf3560066c2c5034caf61b52.tar.gz hdf5-944720428419f4eacf3560066c2c5034caf61b52.tar.bz2 | |
Merge pull request #960 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit 'aa199c893fe5db9ef25c5ee026821333620c4c51':
Updated version to 1.10.3-snap0
Diffstat (limited to 'java/src')
| -rw-r--r-- | java/src/hdf/hdf5lib/H5.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 7c1ff5b..5c4fc40 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -214,7 +214,7 @@ import hdf.hdf5lib.structs.H5O_info_t; * exception handlers to print out the HDF-5 error stack. * <hr> * - * @version HDF5 1.10.2 <BR> + * @version HDF5 1.10.3 <BR> * <b>See also: <a href ="./hdf.hdf5lib.HDFArray.html"> hdf.hdf5lib.HDFArray</a> </b><BR> * <a href ="./hdf.hdf5lib.HDF5Constants.html"> hdf.hdf5lib.HDF5Constants</a><BR> * <a href ="./hdf.hdf5lib.HDF5CDataTypes.html"> hdf.hdf5lib.HDF5CDataTypes</a><BR> @@ -237,7 +237,7 @@ public class H5 implements java.io.Serializable { * * Make sure to update the versions number when a different library is used. */ - public final static int LIB_VERSION[] = { 1, 10, 2 }; + public final static int LIB_VERSION[] = { 1, 10, 3 }; public final static String H5PATH_PROPERTY_KEY = "hdf.hdf5lib.H5.hdf5lib"; |
