diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-04-03 21:38:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-03 21:38:10 (GMT) |
commit | 526f0769a3353b20d1265c09b3035fa4c2610933 (patch) | |
tree | 074a505f9981b618c32200451b14e9187bc9caa3 /release_docs/INSTALL | |
parent | fa388e6ba42eaf66d33c1662fe413cfeecd69a59 (diff) | |
download | hdf5-526f0769a3353b20d1265c09b3035fa4c2610933.zip hdf5-526f0769a3353b20d1265c09b3035fa4c2610933.tar.gz hdf5-526f0769a3353b20d1265c09b3035fa4c2610933.tar.bz2 |
Minor fixes for CMake code and install docs (#2623)
Diffstat (limited to 'release_docs/INSTALL')
-rw-r--r-- | release_docs/INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/release_docs/INSTALL b/release_docs/INSTALL index 177f3b6..dd5ea34 100644 --- a/release_docs/INSTALL +++ b/release_docs/INSTALL @@ -417,7 +417,9 @@ CONTENTS 4.3.11. Backward compatibility - The 1.13 version of the HDF5 library can be configured to operate + The 1.15 version of the HDF5 library can be configured to operate + identically to the v1.14 library with the + --with-default-api-version=v114 identically to the v1.12 library with the --with-default-api-version=v112 configure flag, or identically to the v1.10 library with the @@ -427,7 +429,7 @@ CONTENTS 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.13 library without requiring immediate changes to the application + v1.15 library without requiring immediate changes to the application source code. For additional configuration options and other details, see "API Compatibility Macros": |