summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-02-18 21:14:43 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-02-18 21:14:43 (GMT)
commitafc010179ce9bed6b9a432fe7531070e5fa589f1 (patch)
treef94fdcf9e547ac3cc67649b2de195a218f36d36e /java/src/hdf
parent247cb2989f4cc0e730be27bc57baae23e8814178 (diff)
downloadhdf5-afc010179ce9bed6b9a432fe7531070e5fa589f1.zip
hdf5-afc010179ce9bed6b9a432fe7531070e5fa589f1.tar.gz
hdf5-afc010179ce9bed6b9a432fe7531070e5fa589f1.tar.bz2
Update version on hdf5_1_10 branch to 1.10.6-snap0.
Diffstat (limited to 'java/src/hdf')
-rw-r--r--java/src/hdf/hdf5lib/H5.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index 255a8ec..34c3be3 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -212,7 +212,7 @@ import hdf.hdf5lib.structs.H5O_info_t;
* exception handlers to print out the HDF-5 error stack.
* <hr>
*
- * @version HDF5 1.10.5 <BR>
+ * @version HDF5 1.10.6 <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>
@@ -235,7 +235,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, 5 };
+ public final static int LIB_VERSION[] = { 1, 10, 6 };
public final static String H5PATH_PROPERTY_KEY = "hdf.hdf5lib.H5.hdf5lib";