diff options
author | hdftest <hdftest@hdfgroup.org> | 2017-12-17 21:33:36 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2017-12-17 21:33:36 (GMT) |
commit | 36b9818ecce43f4078548fa10538ace33850739f (patch) | |
tree | fa0ca0d6421104053218e131cbeb416ae0940d0e /config/cmake | |
parent | 23003990cc034b3ace8c1452aaa1fb1cadbddf51 (diff) | |
download | hdf5-36b9818ecce43f4078548fa10538ace33850739f.zip hdf5-36b9818ecce43f4078548fa10538ace33850739f.tar.gz hdf5-36b9818ecce43f4078548fa10538ace33850739f.tar.bz2 |
Snapshot version 1.10 release 2 (snap5)
Diffstat (limited to 'config/cmake')
-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 7c7b258..3b459cb 100755 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -39,7 +39,7 @@ cmake_minimum_required (VERSION 3.2.2 FATAL_ERROR) ##############################################################################
set (CTEST_SOURCE_VERSION "1.10.2")
-set (CTEST_SOURCE_VERSEXT "-snap5")
+set (CTEST_SOURCE_VERSEXT "-snap6")
##############################################################################
# handle input parameters to script.
|