diff options
author | HDF Tester <hdftest@jam.ad.hdfgroup.org> | 2017-10-16 21:50:31 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@jam.ad.hdfgroup.org> | 2017-10-16 21:50:31 (GMT) |
commit | b80fe75b7f83f120f4fad3f769bfe707101bfaae (patch) | |
tree | 2d304894c8d241a7847a53b46a00b3f69f75a79f /config/cmake/scripts | |
parent | 8d59b5fd4396b32a31ee89d85213d8bb7f1e83aa (diff) | |
download | hdf5-b80fe75b7f83f120f4fad3f769bfe707101bfaae.zip hdf5-b80fe75b7f83f120f4fad3f769bfe707101bfaae.tar.gz hdf5-b80fe75b7f83f120f4fad3f769bfe707101bfaae.tar.bz2 |
Snapshot version 1.10 release 2 (snap2)
Diffstat (limited to 'config/cmake/scripts')
-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 68bd109..421d9d7 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 "-snap2")
+set (CTEST_SOURCE_VERSEXT "-snap3")
##############################################################################
# handle input parameters to script.
|