summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-12-14 18:03:01 (GMT)
committerGitHub <noreply@github.com>2022-12-14 18:03:01 (GMT)
commit29b03cdc9f69a4434d0a15794946bc5ba1d4c25a (patch)
treeeadb764ec1eae68166a50d7b90e444f1b2093bf1 /src/Makefile.in
parent904d99ae0b7de5f69cab9c133c71ea7556d41688 (diff)
downloadhdf5-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 'src/Makefile.in')
-rw-r--r--src/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index ea524bb..c57af2c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1040,28 +1040,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