summaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorhdftest <hdftest@hdfgroup.org>2018-01-05 16:09:10 (GMT)
committerhdftest <hdftest@hdfgroup.org>2018-01-05 16:09:10 (GMT)
commitbee148a99501e9aa582e93bfb880648a905f4301 (patch)
tree1064934cb67e4f6f021c012ee350a08dfc919266 /java/src
parentd01ad2a94ae5643090e9443dfb0ee69657d894c2 (diff)
downloadhdf5-bee148a99501e9aa582e93bfb880648a905f4301.zip
hdf5-bee148a99501e9aa582e93bfb880648a905f4301.tar.gz
hdf5-bee148a99501e9aa582e93bfb880648a905f4301.tar.bz2
Snapshot version 1.11 release 2
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 5285ac5..20aa634 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.1 <BR>
+ * @version HDF5 1.11.2 <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, 1 };
+ public final static int LIB_VERSION[] = { 1, 11, 2 };
public final static String H5PATH_PROPERTY_KEY = "hdf.hdf5lib.H5.hdf5lib";