diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-10-21 20:50:44 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-10-21 20:50:44 (GMT) |
commit | 2c9362c53046f39ec14cd7b14404c13427d7abd5 (patch) | |
tree | 01002ef4779e56a1519739bde0dfca4c9a47d3fe /config | |
parent | fcb10fc1bf59f4ebc5db1579a96eb8afc766eaf4 (diff) | |
download | hdf5-2c9362c53046f39ec14cd7b14404c13427d7abd5.zip hdf5-2c9362c53046f39ec14cd7b14404c13427d7abd5.tar.gz hdf5-2c9362c53046f39ec14cd7b14404c13427d7abd5.tar.bz2 |
Update RELEASE.txt and add HISTORY-1_10_0-1_12_0.txt file.
Set version to 1.12.0-alpha0 for snapshot release.
Diffstat (limited to 'config')
-rw-r--r-- | 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 1c04fcc..2f657e1 100644 --- 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.12.0") -set (CTEST_SOURCE_VERSEXT "") +set (CTEST_SOURCE_VERSEXT "-alpha0") ############################################################################## # handle input parameters to script. |