summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL
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 /release_docs/INSTALL
parent027b06267d31af595ff6438283c1dcd25a7c0673 (diff)
downloadhdf5-2ec2361b9faf2c8d6c56ebb1024cbc46e33d0952.zip
hdf5-2ec2361b9faf2c8d6c56ebb1024cbc46e33d0952.tar.gz
hdf5-2ec2361b9faf2c8d6c56ebb1024cbc46e33d0952.tar.bz2
Update examples and fix version references
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r--release_docs/INSTALL8
1 files changed, 5 insertions, 3 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index 5c54698..d61422e 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -414,13 +414,15 @@ CONTENTS
4.3.11. Backward compatibility
- The 1.10 version of the HDF5 library can be configured to operate
- identically to the v1.8 library with the
+ The 1.12 version of the HDF5 library can be configured to operate
+ identically to the v1.10 library with the
+ --with-default-api-version=v110
+ configure flag, or identically to the v1.8 library with the
--with-default-api-version=v18
configure flag, or identically to the v1.6 library with the
--with-default-api-version=v16
configure flag. This allows existing code to be compiled with the
- v1.10 library without requiring immediate changes to the application
+ v1.12 library without requiring immediate changes to the application
source code. For additional configuration options and other details,
see "API Compatibility Macros":