summaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-10-03 18:24:21 (GMT)
committerGitHub <noreply@github.com>2021-10-03 18:24:21 (GMT)
commit0e9960a401a6d856cdfd30b941b3e2474086cb15 (patch)
tree89be24fa032ca658c5969334cfacb928d70a0862 /java/src
parent8bcdacde429a039f64b639f1a52de0fbd55e495e (diff)
downloadhdf5-0e9960a401a6d856cdfd30b941b3e2474086cb15.zip
hdf5-0e9960a401a6d856cdfd30b941b3e2474086cb15.tar.gz
hdf5-0e9960a401a6d856cdfd30b941b3e2474086cb15.tar.bz2
Update version to 1.10.9-1. (#1069)
Clear 1.10.8 entries out of RELEASE.txt.
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 0cb37a7..a435339 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.8 <BR>
+ * @version HDF5 1.10.9 <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, 8 };
+ public final static int LIB_VERSION[] = { 1, 10, 9 };
/**
* add system property to load library by path