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:
Larry Knox
2022-12-13 14:06:44 -06:00
committed by GitHub
parent b9f4c001ad
commit 4e5bdb8c4e
10 changed files with 25 additions and 25 deletions

View File

@@ -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 />

View File

@@ -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);