diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-02-23 20:41:04 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-02-23 20:41:04 (GMT) |
commit | 2418415fb9f67e8a15f62f1972a9394e48a9c97d (patch) | |
tree | 6ca0228a74706439c31773201f3f5f13097d41d1 /hl/src | |
parent | b953b499db262eb7c0c317cf9035972836e34de2 (diff) | |
download | hdf5-2418415fb9f67e8a15f62f1972a9394e48a9c97d.zip hdf5-2418415fb9f67e8a15f62f1972a9394e48a9c97d.tar.gz hdf5-2418415fb9f67e8a15f62f1972a9394e48a9c97d.tar.bz2 |
Updated LT_VERS_AGE in config/lt_vers.am due to reinstatement of
previously removed symbols, then ran autogen.sh to propagate so number
changes and H5E_LOGFAIL_g addition to files checked in on release
branch.
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/Makefile.in | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index 60e946f..44c42cc 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -733,29 +733,29 @@ TRACE = perl $(top_srcdir)/bin/trace # .chklog files are output from those tests. # *.clog and *.clog2 are from the MPE option. CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 -LT_VERS_INTERFACE = 103 +LT_VERS_INTERFACE = 104 LT_VERS_REVISION = 0 -LT_VERS_AGE = 0 -LT_CXX_VERS_INTERFACE = 103 +LT_VERS_AGE = 1 +LT_CXX_VERS_INTERFACE = 104 LT_CXX_VERS_REVISION = 0 -LT_CXX_VERS_AGE = 0 -LT_F_VERS_INTERFACE = 101 -LT_F_VERS_REVISION = 2 -LT_F_VERS_AGE = 1 +LT_CXX_VERS_AGE = 1 +LT_F_VERS_INTERFACE = 102 +LT_F_VERS_REVISION = 0 +LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 101 -LT_HL_VERS_REVISION = 1 +LT_HL_VERS_REVISION = 2 LT_HL_VERS_AGE = 1 LT_HL_CXX_VERS_INTERFACE = 101 -LT_HL_CXX_VERS_REVISION = 2 +LT_HL_CXX_VERS_REVISION = 3 LT_HL_CXX_VERS_AGE = 1 LT_HL_F_VERS_INTERFACE = 100 -LT_HL_F_VERS_REVISION = 3 +LT_HL_F_VERS_REVISION = 4 LT_HL_F_VERS_AGE = 0 -LT_JAVA_VERS_INTERFACE = 103 +LT_JAVA_VERS_INTERFACE = 104 LT_JAVA_VERS_REVISION = 0 -LT_JAVA_VERS_AGE = 3 +LT_JAVA_VERS_AGE = 4 LT_TOOLS_VERS_INTERFACE = 101 -LT_TOOLS_VERS_REVISION = 1 +LT_TOOLS_VERS_REVISION = 2 LT_TOOLS_VERS_AGE = 1 # This library is our main target. |