summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/Makefile.am6
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 <bruno@clisp.org>
+
+ Effects of renaming u8_strcmp on Solaris platforms.
+ * lib/Makefile.am (LTV_*): Bump to 2:0:0.
+
2010-11-27 Bruno Haible <bruno@clisp.org>
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 += \