summaryrefslogtreecommitdiffstats
path: root/java/test
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-09-05 20:11:44 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-09-05 20:11:44 (GMT)
commit20712bef862cec627e046b712ebe5777b804c97c (patch)
treeffb2e381ab7667cc91586b61ca7b52406adfa2ca /java/test
parenta033634b6a29dabb82b23889c10807db57614499 (diff)
downloadhdf5-20712bef862cec627e046b712ebe5777b804c97c.zip
hdf5-20712bef862cec627e046b712ebe5777b804c97c.tar.gz
hdf5-20712bef862cec627e046b712ebe5777b804c97c.tar.bz2
Update version
Diffstat (limited to 'java/test')
-rw-r--r--java/test/TestH5.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/TestH5.java b/java/test/TestH5.java
index 8fe4a56..133f765 100644
--- a/java/test/TestH5.java
+++ b/java/test/TestH5.java
@@ -162,7 +162,7 @@ public class TestH5 {
*/
@Test
public void testH5get_libversion() {
- int libversion[] = { 1, 10, 4 };
+ int libversion[] = { 1, 10, 5 };
try {
H5.H5get_libversion(libversion);
@@ -184,7 +184,7 @@ public class TestH5 {
*/
@Test
public void testH5check_version() {
- int majnum = 1, minnum = 10, relnum = 4;
+ int majnum = 1, minnum = 10, relnum = 5;
try {
H5.H5check_version(majnum, minnum, relnum);