From c737bf843616ca984c9416048a2da845e9ad3f50 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 11 Jun 2016 21:46:53 +0900 Subject: build: Fix unintentional soname bump * gettext-runtime/intl/Makefile.in: Revert LTV_CURRENT and increment LTV_REVISION. * gettext-tools/libgettextpo/Makefile.am: Likewise. --- gettext-runtime/intl/Makefile.in | 4 ++-- gettext-tools/libgettextpo/Makefile.am | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gettext-runtime/intl/Makefile.in b/gettext-runtime/intl/Makefile.in index b724b59..377ca58 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 67fd798..36bd700 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. -- cgit v1.1