summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-04-07 12:49:26 (GMT)
committerGitHub <noreply@github.com>2023-04-07 12:49:26 (GMT)
commitbc2517b33d8bd5d23c2352d38b97a23d07c92833 (patch)
tree1276118ff271a7333e545379d5cb205011e04d40 /config/cmake/scripts
parent32bc1b911933891f78809366f55e892639f42a2d (diff)
downloadhdf5-bc2517b33d8bd5d23c2352d38b97a23d07c92833.zip
hdf5-bc2517b33d8bd5d23c2352d38b97a23d07c92833.tar.gz
hdf5-bc2517b33d8bd5d23c2352d38b97a23d07c92833.tar.bz2
Update HDF5 version after 1.10.10 release. (#2681)
* Update HDF5 version after 1.10.10 release. Update so numbers to match 1.10.10 release so numbers. Update HISTORY-1_10.txt. Clean RELEASE.txt entries. * Missed one version change.
Diffstat (limited to 'config/cmake/scripts')
-rwxr-xr-xconfig/cmake/scripts/HDF5config.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake
index ed47247..e3f66e0 100755
--- a/config/cmake/scripts/HDF5config.cmake
+++ b/config/cmake/scripts/HDF5config.cmake
@@ -37,8 +37,8 @@ cmake_minimum_required (VERSION 3.12)
# CTEST_SOURCE_NAME - source folder
##############################################################################
-set (CTEST_SOURCE_VERSION "1.10.10")
-set (CTEST_SOURCE_VERSEXT "-2")
+set (CTEST_SOURCE_VERSION "1.10.11")
+set (CTEST_SOURCE_VERSEXT "-1")
##############################################################################
# handle input parameters to script.