diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-05-18 04:29:51 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2021-05-18 04:29:51 (GMT) |
commit | ed86f4aaf48541dc911fc82a31ea8818acd45d31 (patch) | |
tree | c6bd6aded724b1b463929254c2c520032e82712d /java/src/hdf/hdf5lib | |
parent | 6b870bb9623ffa551b66a1476ae2296abed11a65 (diff) | |
download | hdf5-ed86f4aaf48541dc911fc82a31ea8818acd45d31.zip hdf5-ed86f4aaf48541dc911fc82a31ea8818acd45d31.tar.gz hdf5-ed86f4aaf48541dc911fc82a31ea8818acd45d31.tar.bz2 |
Update version to 1.12.2-1.
Update so numbers according to compatibility rules for 1.12.1 release.
Diffstat (limited to 'java/src/hdf/hdf5lib')
-rw-r--r-- | java/src/hdf/hdf5lib/H5.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 5e2e7ea..acae1ae 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -216,7 +216,7 @@ import hdf.hdf5lib.structs.H5O_token_t; * exception handlers to print out the HDF-5 error stack. * <hr> * - * @version HDF5 1.12.1 <BR> + * @version HDF5 1.12.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> @@ -239,7 +239,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, 12, 1 }; + public final static int LIB_VERSION[] = { 1, 12, 2 }; /** * add system property to load library by path |