diff options
| author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-23 03:12:43 (GMT) |
|---|---|---|
| committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2017-03-23 03:12:43 (GMT) |
| commit | f21b268812b10e11ee98be17dd121e6a43525aef (patch) | |
| tree | 4cf800c09b03436b3de4dce2051256a1a1d7552f /java/src | |
| parent | 3f1029a352800ee8ff7787c59ba161f97b293e13 (diff) | |
| parent | dfc0b2f4f68e8fb47d2526262d6e51523537369e (diff) | |
| download | hdf5-f21b268812b10e11ee98be17dd121e6a43525aef.zip hdf5-f21b268812b10e11ee98be17dd121e6a43525aef.tar.gz hdf5-f21b268812b10e11ee98be17dd121e6a43525aef.tar.bz2 | |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop
Diffstat (limited to 'java/src')
| -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 16b28fa..a1099d8 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -216,7 +216,7 @@ import hdf.hdf5lib.structs.H5O_info_t; * exception handlers to print out the HDF-5 error stack. * <hr> * - * * * * * * * * * * * * * @version HDF5 "1.11.0" <BR> + * @version HDF5 1.11.0 <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, 10, 1" }; + public final static int LIB_VERSION[] = { 1, 11, 0 }; public final static String H5PATH_PROPERTY_KEY = "hdf.hdf5lib.H5.hdf5lib"; |
