diff options
author | Daiki Ueno <ueno@gnu.org> | 2016-06-11 21:46:53 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2016-06-11 21:46:53 +0900 |
commit | c737bf843616ca984c9416048a2da845e9ad3f50 (patch) | |
tree | 78962d82e64da4d728834d8fa1f905645a7eb9ea /gettext-tools | |
parent | 5a0f9fee95295945d7769b5724e3845dd1aa31cc (diff) | |
download | external_gettext-c737bf843616ca984c9416048a2da845e9ad3f50.zip external_gettext-c737bf843616ca984c9416048a2da845e9ad3f50.tar.gz external_gettext-c737bf843616ca984c9416048a2da845e9ad3f50.tar.bz2 |
build: Fix unintentional soname bump
* gettext-runtime/intl/Makefile.in: Revert LTV_CURRENT and increment
LTV_REVISION.
* gettext-tools/libgettextpo/Makefile.am: Likewise.
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/libgettextpo/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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. |