diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-12-02 05:43:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 05:43:54 (GMT) |
commit | 569344d8de85cbd9f4e75ecec6b4fb9f81f48dd9 (patch) | |
tree | dff7a4a7b2404f29a6a0af1b06ff52e208d85470 /src | |
parent | 65422fa62ac5528a2fab5265fe99bcd9008f46f7 (diff) | |
download | hdf5-569344d8de85cbd9f4e75ecec6b4fb9f81f48dd9.zip hdf5-569344d8de85cbd9f4e75ecec6b4fb9f81f48dd9.tar.gz hdf5-569344d8de85cbd9f4e75ecec6b4fb9f81f48dd9.tar.bz2 |
Set so numbers to 300.0.0 for HDF5 1.13.0. (#1248)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 523d2d5..9682df6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -976,28 +976,28 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # 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 = 300 LT_VERS_AGE = 0 LT_VERS_REVISION = 0 -LT_CXX_VERS_INTERFACE = 1000 +LT_CXX_VERS_INTERFACE = 300 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 -LT_F_VERS_INTERFACE = 1000 +LT_F_VERS_INTERFACE = 300 LT_F_VERS_REVISION = 0 LT_F_VERS_AGE = 0 -LT_HL_VERS_INTERFACE = 1000 +LT_HL_VERS_INTERFACE = 300 LT_HL_VERS_REVISION = 0 LT_HL_VERS_AGE = 0 -LT_HL_CXX_VERS_INTERFACE = 1000 +LT_HL_CXX_VERS_INTERFACE = 300 LT_HL_CXX_VERS_REVISION = 0 LT_HL_CXX_VERS_AGE = 0 -LT_HL_F_VERS_INTERFACE = 1000 +LT_HL_F_VERS_INTERFACE = 300 LT_HL_F_VERS_REVISION = 0 LT_HL_F_VERS_AGE = 0 -LT_JAVA_VERS_INTERFACE = 1000 +LT_JAVA_VERS_INTERFACE = 300 LT_JAVA_VERS_REVISION = 0 LT_JAVA_VERS_AGE = 0 -LT_TOOLS_VERS_INTERFACE = 1000 +LT_TOOLS_VERS_INTERFACE = 300 LT_TOOLS_VERS_REVISION = 0 LT_TOOLS_VERS_AGE = 0 |