From: Bruno Haible Date: Tue, 2 Jan 2001 20:54:43 +0000 (+0000) Subject: Additional steps when using libtool. X-Git-Tag: v0.10.36~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1ecd115d2336143836fd338a03cf98092ad9a8;p=thirdparty%2Fgettext.git Additional steps when using libtool. --- diff --git a/Admin/release-steps b/Admin/release-steps index 9623d6e1e..574018f12 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -6,7 +6,12 @@ Tasks not to forget before release: - Update config.guess and config.sub from ftp://ftp.gnu.org/pub/gnu/config/. - Update misc/locale.alias from glibc's intl/locale.alias. -- Update -version-info in intl/Makefile.in. +- Update -version-info arguments in intl/Makefile.in. + * increment LTV_REVISION, + * if any functions/classes have been added, removed or changed, increment + LTV_CURRENT and set LTV_REVISION to 0, + * if any functions/classes have been added, increment LTV_AGE, + * if backwards compatibility has been broken, set LTV_AGE to 0. - Bump version number in configure.in.