diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-12-13 19:26:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 19:26:30 (GMT) |
commit | 904d99ae0b7de5f69cab9c133c71ea7556d41688 (patch) | |
tree | 88edb106e9b149e353fb25579f82414116ced87a /config | |
parent | b9f4c001ade4c230f8325080f3dd8181648324ab (diff) | |
download | hdf5-904d99ae0b7de5f69cab9c133c71ea7556d41688.zip hdf5-904d99ae0b7de5f69cab9c133c71ea7556d41688.tar.gz hdf5-904d99ae0b7de5f69cab9c133c71ea7556d41688.tar.bz2 |
Initial updates for HDF5 1.14.0 release December 2022 (#2292)
* Initial updates for HDF5 1.14.0 release December 2022
Update so numbers for release
Set version to 1.14.0
Switch default build mode to production for release in configure.ac
lines435 and 442
Switch AM_MAINTAINER_MODE to disabled with bin/switch_maint_mode
Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt
Commit Makefile.ins and other generated files for release
except 2 ...~ files and autom4te.cache.
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/scripts/HDF5config.cmake | 2 | ||||
-rw-r--r-- | config/lt_vers.am | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/config/cmake/scripts/HDF5config.cmake b/config/cmake/scripts/HDF5config.cmake index 71223cb..43eb976 100644 --- a/config/cmake/scripts/HDF5config.cmake +++ b/config/cmake/scripts/HDF5config.cmake @@ -37,7 +37,7 @@ cmake_minimum_required (VERSION 3.18) # CTEST_SOURCE_NAME - source folder ############################################################################## -set (CTEST_SOURCE_VERSION "1.13.4") +set (CTEST_SOURCE_VERSION "1.14.0") set (CTEST_SOURCE_VERSEXT "-1") ############################################################################## diff --git a/config/lt_vers.am b/config/lt_vers.am index fade5bf..1f0a06c 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -15,7 +15,7 @@ # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 1000 +LT_VERS_INTERFACE = 310 LT_VERS_AGE = 0 LT_VERS_REVISION = 0 @@ -38,31 +38,31 @@ LT_VERS_REVISION = 0 ## the effects of the H5_V1_x_COMPAT flag. ## ## Version numbers for wrapper shared library files. -LT_CXX_VERS_INTERFACE = 1000 +LT_CXX_VERS_INTERFACE = 310 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 -LT_F_VERS_INTERFACE = 1000 +LT_F_VERS_INTERFACE = 310 LT_F_VERS_REVISION = 0 LT_F_VERS_AGE = 0 -LT_HL_VERS_INTERFACE = 1000 +LT_HL_VERS_INTERFACE = 310 LT_HL_VERS_REVISION = 0 LT_HL_VERS_AGE = 0 -LT_HL_CXX_VERS_INTERFACE = 1000 +LT_HL_CXX_VERS_INTERFACE = 310 LT_HL_CXX_VERS_REVISION = 0 LT_HL_CXX_VERS_AGE = 0 -LT_HL_F_VERS_INTERFACE = 1000 +LT_HL_F_VERS_INTERFACE = 310 LT_HL_F_VERS_REVISION = 0 LT_HL_F_VERS_AGE = 0 -LT_JAVA_VERS_INTERFACE = 1000 +LT_JAVA_VERS_INTERFACE = 310 LT_JAVA_VERS_REVISION = 0 LT_JAVA_VERS_AGE = 0 -LT_TOOLS_VERS_INTERFACE = 1000 +LT_TOOLS_VERS_INTERFACE = 310 LT_TOOLS_VERS_REVISION = 0 LT_TOOLS_VERS_AGE = 0 |