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