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

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