diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-09-14 19:10:37 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-09-14 19:10:37 (GMT) |
commit | f7c075c736d3a4615cc78308111c235a91dbdc5d (patch) | |
tree | c4271fc33ae3cdf069d6fb2295207bf185dde671 /config | |
parent | 33beeb7f55193bc76a7544f9fe3634718f36352d (diff) | |
download | hdf5-f7c075c736d3a4615cc78308111c235a91dbdc5d.zip hdf5-f7c075c736d3a4615cc78308111c235a91dbdc5d.tar.gz hdf5-f7c075c736d3a4615cc78308111c235a91dbdc5d.tar.bz2 |
[svn-r11414] Purpose: Rename a API function
Description: The API function H5Tis_hard() which was recently checked
in has been renamed to H5Tcompiler_conv() to be more descriptive. No
other changes.
Platforms tested: fuss - simple change.
Misc. update: config/lt_vers.am to update libtool version.
Diffstat (limited to 'config')
-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 dc24c5f..b89ebd8 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -1,7 +1,7 @@ # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 2 -LT_VERS_REVISION = 4 +LT_VERS_INTERFACE = 3 +LT_VERS_REVISION = 0 LT_VERS_AGE = 2 ## If the API changes *at all*, increment LT_VERS_INTERFACE and |