diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2022-12-14 18:03:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 18:03:01 (GMT) |
commit | 29b03cdc9f69a4434d0a15794946bc5ba1d4c25a (patch) | |
tree | eadb764ec1eae68166a50d7b90e444f1b2093bf1 /hl/fortran/src | |
parent | 904d99ae0b7de5f69cab9c133c71ea7556d41688 (diff) | |
download | hdf5-29b03cdc9f69a4434d0a15794946bc5ba1d4c25a.zip hdf5-29b03cdc9f69a4434d0a15794946bc5ba1d4c25a.tar.gz hdf5-29b03cdc9f69a4434d0a15794946bc5ba1d4c25a.tar.bz2 |
Update hdf5 1 14 0 (#2298)
* 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.
* Add autotools generated files with misspelled word to list for codespell
to skip.
* Add autom4te.cache to codespell list of files to skip
* Update windows worker compilers (#2247)
* Update release script, version in java files and so numbers in
Makefile.ins.
* Add hdf5-1_14_0 branch to main.yml.
* Don't run autogen.sh for release branche hdf5_1_10_0.
Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Diffstat (limited to 'hl/fortran/src')
-rw-r--r-- | hl/fortran/src/Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 2a0a39e..ca775f4 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -839,28 +839,28 @@ CHECK_CLEANFILES = *.chkexe *.chklog # 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 -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 |