diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-11-08 13:38:06 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-11-08 13:38:06 (GMT) |
commit | cd15e7eaa2d69979e668825d483c947082a54378 (patch) | |
tree | e33184255bfb66e0f3bf03920cd63de76a918bbb /config | |
parent | ec72efcd4ddb17145323bf93c5cc28fc59695c55 (diff) | |
download | hdf5-cd15e7eaa2d69979e668825d483c947082a54378.zip hdf5-cd15e7eaa2d69979e668825d483c947082a54378.tar.gz hdf5-cd15e7eaa2d69979e668825d483c947082a54378.tar.bz2 |
Snapshot version 1.10 release 5 (snap1)
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 e770905..b175ea1 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.10.5")
-set (CTEST_SOURCE_VERSEXT "-snap0")
+set (CTEST_SOURCE_VERSEXT "-snap1")
##############################################################################
# handle input parameters to script.
|