diff options
author | hdftest <hdftest@hdfgroup.org> | 2017-12-11 14:58:41 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2017-12-11 14:58:41 (GMT) |
commit | ad85e417cf5bd91d6a77623cb1e5035bb9f60192 (patch) | |
tree | c07eeab71f574a57e5c58c9d4198725ba370e319 /config/cmake/scripts | |
parent | 03cd1e85f0676d16e4e49b2a4c76ecf7bfbb7bfa (diff) | |
download | hdf5-ad85e417cf5bd91d6a77623cb1e5035bb9f60192.zip hdf5-ad85e417cf5bd91d6a77623cb1e5035bb9f60192.tar.gz hdf5-ad85e417cf5bd91d6a77623cb1e5035bb9f60192.tar.bz2 |
Snapshot version 1.10 release 2 (snap4)
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 c8b9df7..7c7b258 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 "-snap4")
+set (CTEST_SOURCE_VERSEXT "-snap5")
##############################################################################
# handle input parameters to script.
|