diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-02-19 12:49:27 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-02-19 12:49:27 (GMT) |
commit | f7d2fbe58db16922e6ff360f46e4334bbcd88831 (patch) | |
tree | 84e4582c2227049067a7f0a8843c62c4b5996086 /config | |
parent | 9b693a7b99ae192d5cccfb712ac55fd85fbb1cf7 (diff) | |
download | hdf5-f7d2fbe58db16922e6ff360f46e4334bbcd88831.zip hdf5-f7d2fbe58db16922e6ff360f46e4334bbcd88831.tar.gz hdf5-f7d2fbe58db16922e6ff360f46e4334bbcd88831.tar.bz2 |
Snapshot version 1.8 release 21 (snap7)
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 ab9df52..9530638 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 "-snap7")
+set (CTEST_SOURCE_VERSEXT "-snap8")
##############################################################################
# handle input parameters to script.
|