summaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-09-20 20:39:31 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-09-20 20:39:31 (GMT)
commit1c8916ca0e9fe3447efe205094a2b5d3d5ccf8f6 (patch)
treea9bdbb4c2350a82806aa801bcc86982a32aff9d9 /java/src
parentb48686febd832aefbc44274bff9e0408bbc84aa0 (diff)
parentf03758613a6ec83e5ddd664590d162ccc888f13e (diff)
downloadhdf5-1c8916ca0e9fe3447efe205094a2b5d3d5ccf8f6.zip
hdf5-1c8916ca0e9fe3447efe205094a2b5d3d5ccf8f6.tar.gz
hdf5-1c8916ca0e9fe3447efe205094a2b5d3d5ccf8f6.tar.bz2
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
Diffstat (limited to 'java/src')
-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 f58623e..be7cae4 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.11.2 <BR>
+ * @version HDF5 1.11.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, 11, 2 };
+ public final static int LIB_VERSION[] = { 1, 11, 3 };
public final static String H5PATH_PROPERTY_KEY = "hdf.hdf5lib.H5.hdf5lib";