diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-01-02 19:23:39 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-01-02 19:23:39 (GMT) |
commit | 2a8faf8f776ac5e22791b2d2bddceebc2628433d (patch) | |
tree | e1bdd4a2cd46f96ddc2f405c9dcd19d82a060809 /config | |
parent | 216a6e99047f32a8cdf857f6cf3b195d605549a1 (diff) | |
download | hdf5-2a8faf8f776ac5e22791b2d2bddceebc2628433d.zip hdf5-2a8faf8f776ac5e22791b2d2bddceebc2628433d.tar.gz hdf5-2a8faf8f776ac5e22791b2d2bddceebc2628433d.tar.bz2 |
[svn-r11851] Purpose:
Updated documentation.
Description:
Updated libtool library version and release notes for attribute
character encoding change.
Diffstat (limited to 'config')
-rw-r--r-- | config/lt_vers.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index 23d32da..0fb65c2 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -1,8 +1,8 @@ # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 3 -LT_VERS_REVISION = 5 -LT_VERS_AGE = 2 +LT_VERS_INTERFACE = 4 +LT_VERS_REVISION = 0 +LT_VERS_AGE = 3 ## If the API changes *at all*, increment LT_VERS_INTERFACE and ## reset LT_VERS_REVISION to 0. |