Revert "Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for release"

This reverts commit c58558e872.

H5TEST-tcheck_version-release failed.
This commit is contained in:
Larry Knox
2022-08-11 22:45:43 -05:00
parent c58558e872
commit 029cde6111
9 changed files with 16 additions and 16 deletions

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 = 2;
try {
H5.H5check_version(majnum, minnum, relnum);