mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
intl: Fix wrong libtool versioning information.
Reported by Ken Takata <ktakata65536@gmail.com> in <https://savannah.gnu.org/bugs/?56305>. * gettext-runtime/intl/Makefile.am (LTV_*): Bump to 9:6:1, not 9:6:2. * NEWS: Mention the change.
This commit is contained in:
parent
dc96c48d1a
commit
c428bfed5e
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
||||
Version 0.20.1 - May 2019
|
||||
|
||||
* Important bug fix:
|
||||
- Fixed a wrong shared library versioning of libintl.so.
|
||||
|
||||
Version 0.20 - May 2019
|
||||
|
||||
* Support for reproducible builds:
|
||||
|
||||
@ -349,7 +349,7 @@ libgnuintl_la_DEPENDENCIES = $(WOE32_LIBADD)
|
||||
# libtool documentation, section "Library interface versions".
|
||||
LTV_CURRENT=9
|
||||
LTV_REVISION=6
|
||||
LTV_AGE=2
|
||||
LTV_AGE=1
|
||||
|
||||
# How to build libintl.la and libgnuintl.la.
|
||||
OTHER_LDFLAGS = \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user