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. --- lib/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') 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