diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2017-11-21 21:42:26 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2017-11-21 21:42:26 (GMT) |
commit | bb62f7311f83f3641184c1e8d8a1b8cd7c0b5e3c (patch) | |
tree | 26e0345e04bae4d79b06e20e16f1ea91685c6104 /src | |
parent | 4c3cc3c175151700a003d8534f8d5342b9d44047 (diff) | |
parent | d113b892320d8c428707c4dd71f2c144bc68546c (diff) | |
download | hdf5-bb62f7311f83f3641184c1e8d8a1b8cd7c0b5e3c.zip hdf5-bb62f7311f83f3641184c1e8d8a1b8cd7c0b5e3c.tar.gz hdf5-bb62f7311f83f3641184c1e8d8a1b8cd7c0b5e3c.tar.bz2 |
Merge pull request #787 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8
* commit 'd113b892320d8c428707c4dd71f2c144bc68546c':
Update .so numbers in hdf5_1_8 to match updates for hdf5_1_8_20 branch.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 9af0c2f..f6a7526 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -731,25 +731,25 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 13 -LT_VERS_REVISION = 0 +LT_VERS_REVISION = 1 LT_VERS_AGE = 3 -LT_CXX_VERS_INTERFACE = 14 +LT_CXX_VERS_INTERFACE = 15 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 LT_F_VERS_INTERFACE = 10 -LT_F_VERS_REVISION = 4 +LT_F_VERS_REVISION = 5 LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 12 -LT_HL_VERS_REVISION = 0 +LT_HL_VERS_REVISION = 1 LT_HL_VERS_AGE = 2 LT_HL_CXX_VERS_INTERFACE = 12 -LT_HL_CXX_VERS_REVISION = 0 +LT_HL_CXX_VERS_REVISION = 1 LT_HL_CXX_VERS_AGE = 1 LT_HL_F_VERS_INTERFACE = 10 -LT_HL_F_VERS_REVISION = 3 +LT_HL_F_VERS_REVISION = 4 LT_HL_F_VERS_AGE = 0 LT_TOOLS_VERS_INTERFACE = 10 -LT_TOOLS_VERS_REVISION = 5 +LT_TOOLS_VERS_REVISION = 6 LT_TOOLS_VERS_AGE = 0 # Our main target, the HDF5 library |