diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-11-30 18:53:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 18:53:45 (GMT) |
commit | 89ad105b1c0f2a1876750e5795c1d994b142dd64 (patch) | |
tree | ed93136af6ca56358f279dae12133c77d1d060fb /java/src/hdf | |
parent | 194714abe540c04d28af8a45f4bd85aa5b131ae8 (diff) | |
download | hdf5-89ad105b1c0f2a1876750e5795c1d994b142dd64.zip hdf5-89ad105b1c0f2a1876750e5795c1d994b142dd64.tar.gz hdf5-89ad105b1c0f2a1876750e5795c1d994b142dd64.tar.bz2 |
Update version to 1.13.1-1 after creation of branch for 1.13.0 release. (#1236)
Diffstat (limited to 'java/src/hdf')
-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 3a485da..4129f50 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.13.0 <BR> + * @version HDF5 1.13.1 <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, 13, 0 }; + public final static int LIB_VERSION[] = { 1, 13, 1 }; /** * add system property to load library by path |