diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-02-26 03:31:12 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-02-26 03:31:12 (GMT) |
commit | 4ceeadc767518dba99d81de1c458ae35ad2a8625 (patch) | |
tree | 697a071f2d82e4e2139dccddca8083121324f9c7 /config | |
parent | fea678ef00985020c2f8e76d99654e9313c49e93 (diff) | |
download | hdf5-4ceeadc767518dba99d81de1c458ae35ad2a8625.zip hdf5-4ceeadc767518dba99d81de1c458ae35ad2a8625.tar.gz hdf5-4ceeadc767518dba99d81de1c458ae35ad2a8625.tar.bz2 |
Snapshot version 1.8 release 21 (snap8)
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 9530638..bbce0ad 100755 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -35,7 +35,7 @@ cmake_minimum_required (VERSION 3.2.2 FATAL_ERROR) ##############################################################################
set (CTEST_SOURCE_VERSION "1.8.21")
-set (CTEST_SOURCE_VERSEXT "-snap8")
+set (CTEST_SOURCE_VERSEXT "-snap9")
##############################################################################
# handle input parameters to script.
|