From: Daiki Ueno Date: Sat, 11 Jun 2016 12:46:53 +0000 (+0900) Subject: build: Fix unintentional soname bump X-Git-Tag: v0.19.8.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c737bf843616ca984c9416048a2da845e9ad3f50;p=thirdparty%2Fgettext.git build: Fix unintentional soname bump * gettext-runtime/intl/Makefile.in: Revert LTV_CURRENT and increment LTV_REVISION. * gettext-tools/libgettextpo/Makefile.am: Likewise. --- diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index b724b5923..377ca5842 100644 --- a/gettext-runtime/intl/Makefile.in +++ b/gettext-runtime/intl/Makefile.in @@ -237,8 +237,8 @@ libintl.la libgnuintl.la: $(OBJECTS) $(OBJECTS_RES_@WOE32@) # 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=10 -LTV_REVISION=4 +LTV_CURRENT=9 +LTV_REVISION=5 LTV_AGE=1 .SUFFIXES: diff --git a/gettext-tools/libgettextpo/Makefile.am b/gettext-tools/libgettextpo/Makefile.am index 67fd7989a..36bd70019 100644 --- a/gettext-tools/libgettextpo/Makefile.am +++ b/gettext-tools/libgettextpo/Makefile.am @@ -98,8 +98,8 @@ libgettextpo_la_AUXSOURCES = \ # Libtool's library version information for libgettextpo. # See the libtool documentation, section "Library interface versions". -LTV_CURRENT=6 -LTV_REVISION=3 +LTV_CURRENT=5 +LTV_REVISION=4 LTV_AGE=5 # How to build libgettextpo.la.