summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-02-27 14:56:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-02-27 14:56:44 (GMT)
commit9a0e84fb4779f40719aecc3330bffb6282728fc5 (patch)
tree640a17d88714ec872636592e31010c6d4ec49010 /release_docs/INSTALL
parent1775d6c9bc86862f120bd39865840ed152c47b0a (diff)
parent13f5b3aee20d1d65f56dc08f088e0f218da5cf37 (diff)
downloadhdf5-9a0e84fb4779f40719aecc3330bffb6282728fc5.zip
hdf5-9a0e84fb4779f40719aecc3330bffb6282728fc5.tar.gz
hdf5-9a0e84fb4779f40719aecc3330bffb6282728fc5.tar.bz2
Merge pull request #2409 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '13f5b3aee20d1d65f56dc08f088e0f218da5cf37': Update examples and fix old version references. Move MODEL check to before usage in CTestScript.cmake.
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r--release_docs/INSTALL10
1 files changed, 7 insertions, 3 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL
index 5c54698..fcf9602 100644
--- a/release_docs/INSTALL
+++ b/release_docs/INSTALL
@@ -414,13 +414,17 @@ 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.13 version of the HDF5 library can be configured to operate
+ identically to the v1.12 library with the
+ --with-default-api-version=v112
+ configure flag, or 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.13 library without requiring immediate changes to the application
source code. For additional configuration options and other details,
see "API Compatibility Macros":