From: Bruno Haible Date: Wed, 17 Jul 2002 10:31:24 +0000 (+0000) Subject: Bump library version. X-Git-Tag: v0.11.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a271fc11f37c81e03d4b3d7f84124022502d667;p=thirdparty%2Fgettext.git Bump library version. --- diff --git a/intl/ChangeLog b/intl/ChangeLog index 9ea3f048d..713efef16 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,7 @@ +2002-07-16 Bruno Haible + + * Makefile.in (LTV_CURRENT, LTV_REVISION, LTV_AGE): Bump to 3:0:1. + 2002-07-13 Bruno Haible * dcigettext.c (freea): New macro. diff --git a/intl/Makefile.in b/intl/Makefile.in index 5b1cf2f26..4ace4152c 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -84,9 +84,9 @@ COPYING.LIB-2 gettext.h libgettext.h plural-eval.c # according to the libtool documentation, section "Library interface versions". # Maintainers of other packages that include the intl directory must *not* # change these values. -LTV_CURRENT=2 -LTV_REVISION=1 -LTV_AGE=0 +LTV_CURRENT=3 +LTV_REVISION=0 +LTV_AGE=1 .SUFFIXES: .SUFFIXES: .c .y .o .lo .sin .sed