From 681128ef91f20d52f7714cbaa42b2352fcab2db1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 7 Dec 2010 03:35:17 +0100 Subject: Effects of renaming u8_strcmp on Solaris platforms. --- ChangeLog | 5 +++++ lib/Makefile.am | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b98802c..b4dfad7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-07 Bruno Haible + + Effects of renaming u8_strcmp on Solaris platforms. + * lib/Makefile.am (LTV_*): Bump to 2:0:0. + 2010-11-27 Bruno Haible Export also undocumented symbols. diff --git a/lib/Makefile.am b/lib/Makefile.am index eaa6bef..495b134 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -309,9 +309,9 @@ AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1 # Libtool's library version information for libunistring. # See the libtool documentation, section "Library interface versions". -LTV_CURRENT=1 -LTV_REVISION=2 -LTV_AGE=1 +LTV_CURRENT=2 +LTV_REVISION=0 +LTV_AGE=0 # How to build libunistring.la. libunistring_la_LDFLAGS += \ -- cgit v1.2.1