Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files to MANIFEST (#1460)

This commit is contained in:
Larry Knox
2022-03-01 14:20:34 -06:00
committed by GitHub
parent ebf89bb231
commit 94d01f5377
11 changed files with 24 additions and 20 deletions

View File

@@ -287,7 +287,7 @@ public class TestH5 {
*/
@Test
public void testH5get_libversion() {
int libversion[] = { 1, 13, 1 };
int libversion[] = { 1, 13, 2 };
try {
H5.H5get_libversion(libversion);
@@ -326,7 +326,7 @@ public class TestH5 {
*/
@Test
public void testH5check_version() {
int majnum = 1, minnum = 13, relnum = 1;
int majnum = 1, minnum = 13, relnum = 2;
try {
H5.H5check_version(majnum, minnum, relnum);