diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-09-22 12:46:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-22 12:46:10 (GMT) |
commit | 442e6a77aadb32009fb29da8acc88c6c5059dd71 (patch) | |
tree | 0573f9fe16c1d0a865d3d222197b0e8ca3c53a9e /config/cmake | |
parent | e70d7d425011b53a3231f152712395ab243c1f65 (diff) | |
download | hdf5-442e6a77aadb32009fb29da8acc88c6c5059dd71.zip hdf5-442e6a77aadb32009fb29da8acc88c6c5059dd71.tar.gz hdf5-442e6a77aadb32009fb29da8acc88c6c5059dd71.tar.bz2 |
Release script updates (#3576)
* Check config on windows for correct wix name (#3573)
* Set version to 1.10.11
Update Platforms tested in RELEASE.txt
Update release script
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 9fdc06c..0f438d9 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 "-2") +set (CTEST_SOURCE_VERSEXT "") ############################################################################## # handle input parameters to script. |