Update develop branch version to 1.13.4-1 (#2189)

* Updated version to 1.13.4-1 after creating hdf5_1_13_3 branch for 1.13.3
release.
Added new version to exceptions in lines 74-5 of src/H5.c
This commit is contained in:
Larry Knox
2022-10-26 11:07:17 -05:00
committed by GitHub
parent 9c61f7b1e1
commit 0173706826
10 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ public class TestH5 {
@Test
public void testH5check_version()
{
int majnum = 1, minnum = 13, relnum = 3;
int majnum = 1, minnum = 13, relnum = 4;
try {
H5.H5check_version(majnum, minnum, relnum);