summaryrefslogtreecommitdiffstats
path: root/java/src/hdf/hdf5lib/H5.java
diff options
context:
space:
mode:
authorhdftest <hdftest@hdfgroup.org>2019-04-01 21:11:28 (GMT)
committerhdftest <hdftest@hdfgroup.org>2019-04-01 21:11:28 (GMT)
commit7a0ac416c9e42a650d99b77feefbb2dc2df9a155 (patch)
treed299cd3d1f1aa46c1949389dfb332fbeba65b0a9 /java/src/hdf/hdf5lib/H5.java
parentc8494e34d1885be7cffcefde0194ed09d5eba8c2 (diff)
downloadhdf5-7a0ac416c9e42a650d99b77feefbb2dc2df9a155.zip
hdf5-7a0ac416c9e42a650d99b77feefbb2dc2df9a155.tar.gz
hdf5-7a0ac416c9e42a650d99b77feefbb2dc2df9a155.tar.bz2
Snapshot version 1.11 release 4.
Update version to 1.11.5.
Diffstat (limited to 'java/src/hdf/hdf5lib/H5.java')
-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 57157c2..d107ad8 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.11.4 <BR>
+ * @version HDF5 1.11.5 <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, 11, 4 };
+ public final static int LIB_VERSION[] = { 1, 11, 5 };
public final static String H5PATH_PROPERTY_KEY = "hdf.hdf5lib.H5.hdf5lib";