summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-07-01 02:10:17 +0200
committerBruno Haible <bruno@clisp.org>2009-07-01 02:10:17 +0200
commit76de81684dc4a3c68d5a9d34c022bc324f6382f7 (patch)
tree51ce4e8b2f8e782cecb50fa6f639eaefff54def1
parenta2db16e8e2a0a34c998178f9c1efd720e4cfdee9 (diff)
downloadlibunistring-76de81684dc4a3c68d5a9d34c022bc324f6382f7.tar.gz
Prepare for version 0.9.1.
-rw-r--r--ChangeLog8
-rw-r--r--README2
-rw-r--r--lib/Makefile.am4
-rw-r--r--version.sh6
4 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index f550ef7..cdc088f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2009-06-30 Bruno Haible <bruno@clisp.org>
- * * doc/unicase.texi (Case mappings of substrings): Add an example.
+ * version.sh: Bump date.
+ * lib/Makefile.am (LTV_*): Update to 1:0:1.
+ * README: Update version.
+
+2009-06-30 Bruno Haible <bruno@clisp.org>
+
+ * doc/unicase.texi (Case mappings of substrings): Add an example.
2009-06-29 Bruno Haible <bruno@clisp.org>
diff --git a/README b/README
index dff90c8..118aa23 100644
--- a/README
+++ b/README
@@ -53,7 +53,7 @@ The documentation is under another license; see in the documentation.
Download
--------
- http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.tar.gz
+ http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.1.tar.gz
Homepage
--------
diff --git a/lib/Makefile.am b/lib/Makefile.am
index dc386ed..24644e3 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -286,9 +286,9 @@ AM_CPPFLAGS += -DDEPENDS_ON_LIBICONV=1
# Libtool's library version information for libunistring.
# See the libtool documentation, section "Library interface versions".
-LTV_CURRENT=0
+LTV_CURRENT=1
LTV_REVISION=0
-LTV_AGE=0
+LTV_AGE=1
# How to build libunistring.la.
libunistring_la_LDFLAGS += \
diff --git a/version.sh b/version.sh
index 3894a64..f5295b1 100644
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
# Version number and release date.
-VERSION_NUMBER=0.9
-RELEASE_DATE=2009-04-26 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.9.1
+RELEASE_DATE=2009-06-30 # in "date +%Y-%m-%d" format
# Version of gnulib that was used in this release.
-GNULIB_GIT_COMMIT=13a006f97fca894168e4c1aedfa780f83717c78c
+GNULIB_GIT_COMMIT=e43d583475dc364a0816df054471e6bc4bb75106