diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-09-20 17:16:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 17:16:20 (GMT) |
commit | 7b67d8b40749c74ded1bb0012e1ed7202f5504c7 (patch) | |
tree | 43685da81a84acfa3265d2bb75450cff7a87855e /config/cmake | |
parent | 8c4d90e9ecdb4f939c4b036a4054d3ab6256b811 (diff) | |
download | hdf5-7b67d8b40749c74ded1bb0012e1ed7202f5504c7.zip hdf5-7b67d8b40749c74ded1bb0012e1ed7202f5504c7.tar.gz hdf5-7b67d8b40749c74ded1bb0012e1ed7202f5504c7.tar.bz2 |
Hdf5 1 10 11 (#3555)
* Initial preparation of hdf5-1_10_11 release branch for HDF5 1.10.11
release:
Updated configure.ac for release: switched configure default to production mode and disabled maintainer mode.
Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt.
Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2
Incremented version to 1.10.11-2.
* Update branch name in main.yml.
Diffstat (limited to 'config/cmake')
-rwxr-xr-x | config/cmake/scripts/HDF5config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake index 80d2086..9fdc06c 100755 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -38,7 +38,7 @@ cmake_minimum_required (VERSION 3.12) ############################################################################## set (CTEST_SOURCE_VERSION "1.10.11") -set (CTEST_SOURCE_VERSEXT "-1") +set (CTEST_SOURCE_VERSEXT "-2") ############################################################################## # handle input parameters to script. |