diff options
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 |