diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-03-26 02:34:31 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-03-26 02:34:31 (GMT) |
commit | b372465824217a10cac606d02487a5e59071ab38 (patch) | |
tree | 355532c11e5cca6df995228d6f8c4e2441be7d96 /config | |
parent | 480904c9efc0d57ae782f05f8beeaf4a936a0d06 (diff) | |
download | hdf5-b372465824217a10cac606d02487a5e59071ab38.zip hdf5-b372465824217a10cac606d02487a5e59071ab38.tar.gz hdf5-b372465824217a10cac606d02487a5e59071ab38.tar.bz2 |
Snapshot version 1.8 release 21 (snap10)
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 33ef682..bddd6a0 100755 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -35,7 +35,7 @@ cmake_minimum_required (VERSION 3.10) ##############################################################################
set (CTEST_SOURCE_VERSION "1.8.21")
-set (CTEST_SOURCE_VERSEXT "-snap10")
+set (CTEST_SOURCE_VERSEXT "-snap11")
##############################################################################
# handle input parameters to script.
|