summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-09-20 17:16:20 (GMT)
committerGitHub <noreply@github.com>2023-09-20 17:16:20 (GMT)
commit7b67d8b40749c74ded1bb0012e1ed7202f5504c7 (patch)
tree43685da81a84acfa3265d2bb75450cff7a87855e /java/src/hdf
parent8c4d90e9ecdb4f939c4b036a4054d3ab6256b811 (diff)
downloadhdf5-7b67d8b40749c74ded1bb0012e1ed7202f5504c7.zip
hdf5-7b67d8b40749c74ded1bb0012e1ed7202f5504c7.tar.gz
hdf5-7b67d8b40749c74ded1bb0012e1ed7202f5504c7.tar.bz2
Hdf5 1 10 11 (#3555)
* Initial preparation of hdf5-1_10_11 release branch for HDF5 1.10.11 release: Updated configure.ac for release: switched configure default to production mode and disabled maintainer mode. Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt. Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2 Incremented version to 1.10.11-2. * Update branch name in main.yml.
Diffstat (limited to 'java/src/hdf')
-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 dc0df5a..09e6486 100644
--- a/java/src/hdf/hdf5lib/H5.java
+++ b/java/src/hdf/hdf5lib/H5.java
@@ -271,7 +271,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, 10, 10};
+ public final static int LIB_VERSION[] = {1, 10, 11};
/**
* @ingroup JH5