diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-10-23 19:49:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-23 19:49:47 (GMT) |
commit | ba9140e5ec7422b18289b15c04095968199e6529 (patch) | |
tree | d600bf8dc0ce90e0853dcbec7ad1e306a96c1c33 /config/cmake/scripts | |
parent | ca01d00a80990674922e5a716d05a9d38489182b (diff) | |
download | hdf5-ba9140e5ec7422b18289b15c04095968199e6529.zip hdf5-ba9140e5ec7422b18289b15c04095968199e6529.tar.gz hdf5-ba9140e5ec7422b18289b15c04095968199e6529.tar.bz2 |
Initial preparation of hdf5-1_11_3 release branch for HDF5 1.12.3 release:\nUpdated configure.ac for release: switched configure default to production mode and disabled maintainer mode.\nSet HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt.\n Generated release files including Makefile.ins with autogen.sh, autoconf 2.71 and automake 1.16.2.\nIncremented version to 1.12.3-2. (#3756)
Diffstat (limited to 'config/cmake/scripts')
-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 35684f4..9f6007f 100644 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -38,7 +38,7 @@ cmake_minimum_required (VERSION 3.12) ############################################################################## set (CTEST_SOURCE_VERSION "1.12.3") -set (CTEST_SOURCE_VERSEXT "-1") +set (CTEST_SOURCE_VERSEXT "-2") ############################################################################## # handle input parameters to script. |