diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-10-30 17:45:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-30 17:45:31 (GMT) |
commit | 71d8975b54310631bf8354e8a2e6751c03e4b2ba (patch) | |
tree | f487b2ac05f90aff67632425191e69fb05f50581 /config/cmake/scripts/HDF5config.cmake | |
parent | 12d0a5d787c55758c1cb89233afc6e85ef0f8775 (diff) | |
download | hdf5-71d8975b54310631bf8354e8a2e6751c03e4b2ba.zip hdf5-71d8975b54310631bf8354e8a2e6751c03e4b2ba.tar.gz hdf5-71d8975b54310631bf8354e8a2e6751c03e4b2ba.tar.bz2 |
Update version to 1.14.4-1. (#3799)
Clean 1.14.3 entries from RELEASE.txt.
Add hdf5-1.14.3-RELEASE.txt contents to HISTORY-1_14.txt.
Diffstat (limited to 'config/cmake/scripts/HDF5config.cmake')
-rw-r--r-- | 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 36020ee..bbd0be4 100644 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -37,7 +37,7 @@ cmake_minimum_required (VERSION 3.18) # CTEST_SOURCE_NAME - source folder ############################################################################## -set (CTEST_SOURCE_VERSION "1.14.3") +set (CTEST_SOURCE_VERSION "1.14.4") set (CTEST_SOURCE_VERSEXT "-1") ############################################################################## |