summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-09-20 17:16:20 (GMT)
committerGitHub <noreply@github.com>2023-09-20 17:16:20 (GMT)
commit7b67d8b40749c74ded1bb0012e1ed7202f5504c7 (patch)
tree43685da81a84acfa3265d2bb75450cff7a87855e /config/cmake/scripts
parent8c4d90e9ecdb4f939c4b036a4054d3ab6256b811 (diff)
downloadhdf5-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/scripts')
-rwxr-xr-xconfig/cmake/scripts/HDF5config.cmake2
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.