summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-29 11:14:01 +0200
committerBruno Haible <bruno@clisp.org>2010-05-02 23:14:19 +0200
commitac8f8353cf495ee440064608147aac8178879a24 (patch)
treec4e087db1c62b2d9fdc255a672bdb42477fc7a96
parent1f5814a1e5dbbdb66e1f7047f8a140656e4b4d22 (diff)
downloadlibunistring-ac8f8353cf495ee440064608147aac8178879a24.tar.gz
Prepare for release 0.9.3.
-rw-r--r--ChangeLog6
-rw-r--r--README2
-rw-r--r--lib/Makefile.am4
-rw-r--r--version.sh6
4 files changed, 12 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 67b2568..bf72a35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2010-05-02 Bruno Haible <bruno@clisp.org>
+ * version.sh: Bump version number and date.
+ * README: Update version.
+ * lib/Makefile.am (LTV_*): Update to 1:2:1.
+
+2010-05-02 Bruno Haible <bruno@clisp.org>
+
* gnulib-m4/gnulib-cache.m4: Updated by gnulib-tool.
2010-03-30 Bruno Haible <bruno@clisp.org>
diff --git a/README b/README
index 46c6535..c52e56d 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.2.1.tar.gz
+ http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.3.tar.gz
Homepage
--------
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 28d82fe..ffbfae2 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
## Makefile for the lib subdirectory of GNU libunistring.
-## Copyright (C) 2009 Free Software Foundation, Inc.
+## Copyright (C) 2009-2010 Free Software Foundation, Inc.
##
## This program is free software: you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -302,7 +302,7 @@ 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=1
+LTV_REVISION=2
LTV_AGE=1
# How to build libunistring.la.
diff --git a/version.sh b/version.sh
index 81f8c46..2441220 100644
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
# Version number and release date.
-VERSION_NUMBER=0.9.2.1
-RELEASE_DATE=2010-01-01 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.9.3
+RELEASE_DATE=2010-05-02 # in "date +%Y-%m-%d" format
# Version of gnulib that was used in this release.
-GNULIB_GIT_COMMIT=b2e2010c7c902235b5efb5bd3c6529f61b093aa4
+GNULIB_GIT_COMMIT=28f3679a51f29cdaa8cb6c8211fa6ecaad3a852c