summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-07 03:35:17 +0100
committerBruno Haible <bruno@clisp.org>2010-12-07 03:35:17 +0100
commit681128ef91f20d52f7714cbaa42b2352fcab2db1 (patch)
treeec6afc083cc82beb3338c953e3298e0b09e2edf8
parenta32097e18b520c74b0102c22f7d80f8a648976a0 (diff)
downloadlibunistring-681128ef91f20d52f7714cbaa42b2352fcab2db1.tar.gz
Effects of renaming u8_strcmp on Solaris platforms.
-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 += \