diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-08-26 16:12:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-08-26 16:12:09 (GMT) |
commit | 75bf79839a65e81d3cc15cc7b95ce2ef6af8fee7 (patch) | |
tree | f2b184513685e3eaf68ce51bc1ce28c37bb51431 /config | |
parent | d20d355b79bf25d2685dc9e3967951b1532951bb (diff) | |
parent | 4a3a12c4ba968b0b3781f5b69e3a2c41a3ed74ca (diff) | |
download | hdf5-75bf79839a65e81d3cc15cc7b95ce2ef6af8fee7.zip hdf5-75bf79839a65e81d3cc15cc7b95ce2ef6af8fee7.tar.gz hdf5-75bf79839a65e81d3cc15cc7b95ce2ef6af8fee7.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit '4a3a12c4ba968b0b3781f5b69e3a2c41a3ed74ca':
Snapshot version 1.10 release 6 (snap1) Update version to 1.10.6-snap2
Diffstat (limited to 'config')
-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 db73e38..9d9acba 100755 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -35,7 +35,7 @@ cmake_minimum_required (VERSION 3.10) ############################################################################## set (CTEST_SOURCE_VERSION "1.10.6") -set (CTEST_SOURCE_VERSEXT "-snap1") +set (CTEST_SOURCE_VERSEXT "-snap2") ############################################################################## # handle input parameters to script. |