diff options
author | lrknox <lrknox> | 2018-05-14 00:10:34 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2018-05-14 00:10:34 (GMT) |
commit | 1bfaecf413d0eeb7e0167376d7ccf892996156be (patch) | |
tree | 9706007c7917eee2a65b81b12328f618c661f7b9 /config | |
parent | 4d4cb63fbdb2f3bcb0d067c6f84bad981e43f223 (diff) | |
download | hdf5-1bfaecf413d0eeb7e0167376d7ccf892996156be.zip hdf5-1bfaecf413d0eeb7e0167376d7ccf892996156be.tar.gz hdf5-1bfaecf413d0eeb7e0167376d7ccf892996156be.tar.bz2 |
Update .so numbers in config/lt_verse.am.
Diffstat (limited to 'config')
-rw-r--r-- | config/lt_vers.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index bf5ad87..17c033e 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -17,7 +17,7 @@ # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 13 -LT_VERS_REVISION = 1 +LT_VERS_REVISION = 2 LT_VERS_AGE = 3 ## If the API changes *at all*, increment LT_VERS_INTERFACE and @@ -39,27 +39,27 @@ LT_VERS_AGE = 3 ## the effects of the H5_V1_x_COMPAT flag. ## Version numbers for wrapper shared library files. -LT_CXX_VERS_INTERFACE = 15 +LT_CXX_VERS_INTERFACE = 16 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 0 LT_F_VERS_INTERFACE = 10 -LT_F_VERS_REVISION = 5 +LT_F_VERS_REVISION = 6 LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 12 -LT_HL_VERS_REVISION = 1 +LT_HL_VERS_REVISION = 2 LT_HL_VERS_AGE = 2 LT_HL_CXX_VERS_INTERFACE = 12 -LT_HL_CXX_VERS_REVISION = 1 +LT_HL_CXX_VERS_REVISION = 2 LT_HL_CXX_VERS_AGE = 1 LT_HL_F_VERS_INTERFACE = 10 -LT_HL_F_VERS_REVISION = 4 +LT_HL_F_VERS_REVISION = 5 LT_HL_F_VERS_AGE = 0 LT_TOOLS_VERS_INTERFACE = 10 -LT_TOOLS_VERS_REVISION = 6 +LT_TOOLS_VERS_REVISION = 7 LT_TOOLS_VERS_AGE = 0 |