diff options
| author | Larry Knox <lrknox@hdfgroup.org> | 2017-03-20 22:28:55 (GMT) |
|---|---|---|
| committer | Larry Knox <lrknox@hdfgroup.org> | 2017-03-20 22:28:55 (GMT) |
| commit | c70a16418bb4865c61e9006cf082d0b30f19372b (patch) | |
| tree | 353cb7303416caceb3c0367b3823bdf90c338ca2 /java/src | |
| parent | 02642c99e3f96bb602b6bb992f57c3f40dbddcb4 (diff) | |
| parent | dbff1180b763ae41c4ac6aba6a1ca8c782713f4a (diff) | |
| download | hdf5-c70a16418bb4865c61e9006cf082d0b30f19372b.zip hdf5-c70a16418bb4865c61e9006cf082d0b30f19372b.tar.gz hdf5-c70a16418bb4865c61e9006cf082d0b30f19372b.tar.bz2 | |
Merge pull request #353 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'dbff1180b763ae41c4ac6aba6a1ca8c782713f4a':
Extend h5vers to update version strings in java files and h5repack version test expected output file.
Run swmr tests in their own subdirectory of test to avoid signal file deletion by other tests.
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 5b35d17..16b28fa 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.9 <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, 9, 9999 }; + public final static int LIB_VERSION[] = { "1, 10, 1" }; public final static String H5PATH_PROPERTY_KEY = "hdf.hdf5lib.H5.hdf5lib"; |
