diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-02-26 19:54:34 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:31:55 (GMT) |
commit | 95c4222cd1320dc04bffee3347c8e55beb2112bd (patch) | |
tree | c70a8158e68124a90bc593c0ade5b91eb14a29bf /release_docs/INSTALL | |
parent | ccdb8f360fa624f3467a2eeff448857ca4aec70b (diff) | |
download | hdf5-95c4222cd1320dc04bffee3347c8e55beb2112bd.zip hdf5-95c4222cd1320dc04bffee3347c8e55beb2112bd.tar.gz hdf5-95c4222cd1320dc04bffee3347c8e55beb2112bd.tar.bz2 |
Update examples and fix old version references.
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r-- | release_docs/INSTALL | 10 |
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": |