diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-09-20 22:21:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 22:21:15 (GMT) |
commit | d491c33a72c9e6cabe10a7508c1cc76c1d638479 (patch) | |
tree | 913f7752c61a57701f7f29789f0151e8cd467676 /release_docs | |
parent | 6d89634445eb70cc5fb2f29e2c8ea21eebf4436d (diff) | |
download | hdf5-d491c33a72c9e6cabe10a7508c1cc76c1d638479.zip hdf5-d491c33a72c9e6cabe10a7508c1cc76c1d638479.tar.gz hdf5-d491c33a72c9e6cabe10a7508c1cc76c1d638479.tar.bz2 |
Update examples reference to single-source version 2.0.1 (#2107)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 2 | ||||
-rw-r--r-- | release_docs/README_HDF5_CMake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 18f5526..27f5c38 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -69,7 +69,7 @@ External compression plugin libraries: hdf5_plugins.tar.gz Examples Source package: - HDF5Examples-1.14.x-Source.tar.gz + HDF5Examples-2.0.x-Source.tar.gz Configuration files: HDF5config.cmake diff --git a/release_docs/README_HDF5_CMake b/release_docs/README_HDF5_CMake index ddaa7b4..8b30112 100644 --- a/release_docs/README_HDF5_CMake +++ b/release_docs/README_HDF5_CMake @@ -10,7 +10,7 @@ This tar file contains LIBAEC.tar.gz source for building SZIP replacement ZLib.tar.gz source for building ZLIB hdf5_plugins.tar.gz source for building compression plugins - HDF5Examples-1.14.5-Source.tar.gz source for building examples + HDF5Examples-2.0.1-Source.tar.gz source for building examples For more information about building HDF5 with CMake, see USING_HDF5_CMake.txt in hdf5-1.13.2/release_docs, or |