diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-02-11 21:54:22 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-02-11 21:54:22 (GMT) |
commit | fa3a845d49fed1a73fc7e8462d9b81d487124dc8 (patch) | |
tree | 9cac70742c22d27ade420f6b6057d56ad20c8293 /config/cmake/scripts | |
parent | 3918d48e7210d9f1147257138f1ec6072e734a98 (diff) | |
download | hdf5-fa3a845d49fed1a73fc7e8462d9b81d487124dc8.zip hdf5-fa3a845d49fed1a73fc7e8462d9b81d487124dc8.tar.gz hdf5-fa3a845d49fed1a73fc7e8462d9b81d487124dc8.tar.bz2 |
Snapshot version 1.10 release 2 (snap9)
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 eefc9a4..15c78bf 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.10.2")
-set (CTEST_SOURCE_VERSEXT "-snap9")
+set (CTEST_SOURCE_VERSEXT "-snap10")
##############################################################################
# handle input parameters to script.
|