Update versions for hdf5_1_14 develop branch after creation of (#2294)
hdf5_1-14_0 branch for 1.14.0 release.
This commit is contained in:
@@ -228,7 +228,7 @@ import hdf.hdf5lib.structs.H5O_token_t;
|
||||
* which prints out the HDF5 error stack, as described in the HDF5 C API <i><b>@ref H5Eprint()</b>.</i> This
|
||||
* may be used by Java exception handlers to print out the HDF5 error stack. <hr>
|
||||
*
|
||||
* @version HDF5 1.13.4 <BR>
|
||||
* @version HDF5 1.14.1 <BR>
|
||||
* <b>See also: </b>
|
||||
* @ref HDFARRAY hdf.hdf5lib.HDFArray<br />
|
||||
* @ref HDF5CONST hdf.hdf5lib.HDF5Constants<br />
|
||||
|
||||
@@ -354,7 +354,7 @@ public class TestH5 {
|
||||
@Test
|
||||
public void testH5check_version()
|
||||
{
|
||||
int majnum = 1, minnum = 13, relnum = 4;
|
||||
int majnum = 1, minnum = 14, relnum = 1;
|
||||
|
||||
try {
|
||||
H5.H5check_version(majnum, minnum, relnum);
|
||||
|
||||
Reference in New Issue
Block a user