diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-19 14:39:03 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-19 14:39:03 (GMT) |
commit | b98ed2d55f3cd37340436362770de95d26df4be3 (patch) | |
tree | fb0c9aadcfab625f519918763f06ad9c87c22d53 /config | |
parent | 321268049c3a5d167f26f8b6a6222277c2aa78b3 (diff) | |
parent | f97cd0310642c36135be2ab4e99657cce5fb2ccd (diff) | |
download | hdf5-b98ed2d55f3cd37340436362770de95d26df4be3.zip hdf5-b98ed2d55f3cd37340436362770de95d26df4be3.tar.gz hdf5-b98ed2d55f3cd37340436362770de95d26df4be3.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit 'f97cd0310642c36135be2ab4e99657cce5fb2ccd':
Snapshot version 1.8 release 20 (snap5)
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 c16cb16..8999949 100755 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -38,7 +38,7 @@ cmake_minimum_required (VERSION 3.2.2 FATAL_ERROR) ##############################################################################
set (CTEST_SOURCE_VERSION "1.8.20")
-set (CTEST_SOURCE_VERSEXT "-snap5")
+set (CTEST_SOURCE_VERSEXT "-snap6")
##############################################################################
# handle input parameters to script.
|