summaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-11-01 18:12:43 (GMT)
committerGitHub <noreply@github.com>2023-11-01 18:12:43 (GMT)
commitef5cc1ef3c05fbdcb7fdec18bb1589a19c5eb903 (patch)
tree89be2b96d0221fb74412018a37215b78f5d290ce /java/src
parentb5ede961e59d8ada16df07c674b4538b81f9609d (diff)
downloadhdf5-ef5cc1ef3c05fbdcb7fdec18bb1589a19c5eb903.zip
hdf5-ef5cc1ef3c05fbdcb7fdec18bb1589a19c5eb903.tar.gz
hdf5-ef5cc1ef3c05fbdcb7fdec18bb1589a19c5eb903.tar.bz2
Update hdf5_1_12 version after creation of hdf5_1_12_3 branch for release. (#3817)
branch for release.
Diffstat (limited to 'java/src')
-rw-r--r--java/src/hdf/hdf5lib/H5.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java
index 1ad1eeb..4b0fec4 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -273,7 +273,7 @@ public class H5 implements java.io.Serializable {
* </ul>
* Make sure to update the versions number when a different library is used.
*/
- public final static int LIB_VERSION[] = {1, 12, 3};
+ public final static int LIB_VERSION[] = {1, 12, 4};
/**
* @ingroup JH5