]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Additional steps when using libtool.
authorBruno Haible <bruno@clisp.org>
Tue, 2 Jan 2001 20:54:43 +0000 (20:54 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 2 Jan 2001 20:54:43 +0000 (20:54 +0000)
Admin/release-steps

index 9623d6e1e5148efe8f5b002c4059d6a5795219b0..574018f1214f97d71566baec5448eb5e7380d15c 100644 (file)
@@ -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.