From b2c5221466b4a4a547bc7acc37cc466f9c488044 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Tue, 4 May 2010 20:36:52 +0200 Subject: [PATCH] Clarify versioning algorithm documentation. * doc/libtool.texi (Updating version info): Be explicit about setting age to zero on interface change. Reported by Jef Driesen Signed-off-by: Peter Rosin --- ChangeLog | 7 +++++++ doc/libtool.texi | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index aae203c7a..a4e26b66f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-05-05 Peter Rosin + + Clarify versioning algorithm documentation. + * doc/libtool.texi (Updating version info): Be explicit + about setting age to zero on interface change. + Reported by Jef Driesen + 2010-05-04 Peter O'Gorman Ranlib is required with -force_load and fat archives. diff --git a/doc/libtool.texi b/doc/libtool.texi index f73f5a7db..bbc22f490 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -2927,8 +2927,8 @@ If any interfaces have been added since the last public release, then increment @var{age}. @item -If any interfaces have been removed since the last public release, then -set @var{age} to 0. +If any interfaces have been removed or changed since the last public +release, then set @var{age} to 0. @end enumerate @strong{@emph{Never}} try to set the interface numbers so that they -- 2.47.3