diff options
author | hdftest <hdftest@hdfgroup.org> | 2020-04-27 12:43:39 (GMT) |
---|---|---|
committer | hdftest <hdftest@hdfgroup.org> | 2020-04-27 12:43:39 (GMT) |
commit | 60778cb623315d98b911938df3e503f9902668b5 (patch) | |
tree | 39c82c1a82414c3898857c111837a951f8c72704 /config | |
parent | 0c59431279767f33c64478581d5d11bcfe087e30 (diff) | |
parent | ee86b05d9841dbfb14335f60af37d54bf66a1138 (diff) | |
download | hdf5-60778cb623315d98b911938df3e503f9902668b5.zip hdf5-60778cb623315d98b911938df3e503f9902668b5.tar.gz hdf5-60778cb623315d98b911938df3e503f9902668b5.tar.bz2 |
Merge pull request #2545 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_12 to hdf5_1_12
* commit 'ee86b05d9841dbfb14335f60af37d54bf66a1138':
Snapshot version 1.12 release 1 (snap0) Update version to 1.12.1-1
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 402fe67..fd79485 100644 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -37,7 +37,7 @@ cmake_minimum_required (VERSION 3.12) ############################################################################## set (CTEST_SOURCE_VERSION "1.12.1") -set (CTEST_SOURCE_VERSEXT "-snap0") +set (CTEST_SOURCE_VERSEXT "-1") ############################################################################## # handle input parameters to script. |