summaryrefslogtreecommitdiffstats
path: root/java/src/hdf
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-02-26 20:03:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-02-26 20:03:39 (GMT)
commit2ec2361b9faf2c8d6c56ebb1024cbc46e33d0952 (patch)
tree268967d75c858f433b9dbe0e386af6383a23a6e4 /java/src/hdf
parent027b06267d31af595ff6438283c1dcd25a7c0673 (diff)
downloadhdf5-2ec2361b9faf2c8d6c56ebb1024cbc46e33d0952.zip
hdf5-2ec2361b9faf2c8d6c56ebb1024cbc46e33d0952.tar.gz
hdf5-2ec2361b9faf2c8d6c56ebb1024cbc46e33d0952.tar.bz2
Update examples and fix version references
Diffstat (limited to 'java/src/hdf')
-rw-r--r--java/src/hdf/overview.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/hdf/overview.html b/java/src/hdf/overview.html
index e3a032b..f181510 100644
--- a/java/src/hdf/overview.html
+++ b/java/src/hdf/overview.html
@@ -7,7 +7,7 @@ The <b>Java HD5 Interface (JHI5)</b> is a Java package
(<a href="../../hdf-java-html/javadocs/hdf/hdf5lib/package-summary.html">hdf.hdf5lib</a>)
that ``wraps around'' the HDF5 library.
<p>There are a large number of functions in the HDF5
-library (version 1.10). Some of the functions are not supported in JHI5. Most
+library (version 1.12). Some of the functions are not supported in JHI5. Most
of the unsupported functions have C function pointers, which is not currently
implemented in JHI5.</p>