diff options
author | James Laird <jlaird@hdfgroup.org> | 2005-07-18 23:30:38 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2005-07-18 23:30:38 (GMT) |
commit | d2e92fd23610c3ccdddbbc55484e54a5a21a9252 (patch) | |
tree | 462898f15d85477e218439ce4719dc42beb19c5e /config/lt_vers.am | |
parent | cd5ca85fb7c98154224628d7ef21e179bf653ff5 (diff) | |
download | hdf5-d2e92fd23610c3ccdddbbc55484e54a5a21a9252.zip hdf5-d2e92fd23610c3ccdddbbc55484e54a5a21a9252.tar.gz hdf5-d2e92fd23610c3ccdddbbc55484e54a5a21a9252.tar.bz2 |
[svn-r11083] Purpose:
Bug fixes
Description:
A number of minor changes to Makefiles. Some files will now be cleaned
properly, some comments are more informative, etc.
Platforms tested:
heping, mir, modi4
Diffstat (limited to 'config/lt_vers.am')
-rw-r--r-- | config/lt_vers.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index ec78cd1..0146cc5 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -7,10 +7,12 @@ LT_VERS_AGE = 2 ## If the API changes *at all*, increment LT_VERS_INTERFACE and ## reset LT_VERS_REVISION to 0. ## -## If the API changes but no functions are removed, also increment -## LT_VERS_AGE. -## If any functions are removed from the API, reset LT_VERS_AGE -## to 0. +## If the API changes but no function signatures are removed or +## changed, also increment LT_VERS_AGE. +## If any functions are removed from the API, or their signatures +## are changed reset LT_VERS_AGE to 0 to indicate that previous +## versions of the API are not necessarily compatible with this +## version. ## ## If the source changes but there are no API changes, increment ## LT_VERS_REVISION. This will happen automatically when |