diff options
author | hdftest <hdftest@hdfgroup.org> | 2018-05-29 20:21:37 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2018-05-29 20:21:37 (GMT) |
commit | 413bc90ec95524c72d0576bc9f1fc5356e541473 (patch) | |
tree | fd2e40c288ba267a583b1fcf1d0f29a1b7f5f813 /config/cmake/scripts/HDF5config.cmake | |
parent | c1a308d7c9f361cc5720e345685ec43a2dd24297 (diff) | |
parent | f8690c40b93a44bb2c3947ad41126c13549f2ad4 (diff) | |
download | hdf5-413bc90ec95524c72d0576bc9f1fc5356e541473.zip hdf5-413bc90ec95524c72d0576bc9f1fc5356e541473.tar.gz hdf5-413bc90ec95524c72d0576bc9f1fc5356e541473.tar.bz2 |
Merge pull request #1087 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10
* commit 'f8690c40b93a44bb2c3947ad41126c13549f2ad4':
Updated version to 1.10.3-snap2
Diffstat (limited to 'config/cmake/scripts/HDF5config.cmake')
-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 06ea270..8258dcb 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.3")
-set (CTEST_SOURCE_VERSEXT "-snap1")
+set (CTEST_SOURCE_VERSEXT "-snap2")
##############################################################################
# handle input parameters to script.
|