diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2014-10-03 22:09:54 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2014-10-03 22:09:54 (GMT) |
commit | 8a11303560d27588154501945732dbece778aff0 (patch) | |
tree | 4e342b376270d3058335c4b692e71626e13bdf90 | |
parent | 595b2e59fa484404c853bd035f29b5dcd19f4e98 (diff) | |
download | hdf5-8a11303560d27588154501945732dbece778aff0.zip hdf5-8a11303560d27588154501945732dbece778aff0.tar.gz hdf5-8a11303560d27588154501945732dbece778aff0.tar.bz2 |
[svn-r25666] HDFFV-8937:
There is an interface incompatibility in the C library due to the renamed symbols in H5Ppublic.h.
Solution:
Bump the library interface version on the shared libraries (soname).
Tested: h5committested.
-rw-r--r-- | config/lt_vers.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index d5b5b0b..1d5ff2c 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -16,8 +16,8 @@ ## # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 8 -LT_VERS_REVISION = 3 +LT_VERS_INTERFACE = 9 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and |