mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)
release. Added new version to exceptions in line 75 of src/H5.c.
This commit is contained in:
@@ -354,7 +354,7 @@ public class TestH5 {
|
||||
@Test
|
||||
public void testH5check_version()
|
||||
{
|
||||
int majnum = 1, minnum = 13, relnum = 2;
|
||||
int majnum = 1, minnum = 13, relnum = 3;
|
||||
|
||||
try {
|
||||
H5.H5check_version(majnum, minnum, relnum);
|
||||
|
||||
Reference in New Issue
Block a user