summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-31 19:19:29 +0100
committerBruno Haible <bruno@clisp.org>2010-01-01 12:36:50 +0100
commit93d152feb614d51a732b358af30056dd0acf5d25 (patch)
treef7f80ab2a7d4bd08402455a6f100cbc963a45b69
parente89eb9a79e3e46419ee593a3eac246cd848a3f60 (diff)
downloadlibunistring-93d152feb614d51a732b358af30056dd0acf5d25.tar.gz
Prepare for version 0.9.2.1.
-rw-r--r--ChangeLog7
-rw-r--r--README2
-rw-r--r--doc/libunistring.texi4
-rw-r--r--gnulib-m4/gnulib-cache.m42
-rw-r--r--lib/libunistring.rc2
-rw-r--r--version.sh6
6 files changed, 15 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 303a4c7..6501c8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-01 Bruno Haible <bruno@clisp.org>
+
+ * version.sh: Bump version number and date.
+ * README: Update version.
+ * doc/libunistring.texi: Update copyright year.
+ * lib/libunistring.rc: Likewise.
+
2009-12-26 Bruno Haible <bruno@clisp.org>
* Version 0.9.2 released.
diff --git a/README b/README
index 22983d5..46c6535 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.tar.gz
+ http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.2.1.tar.gz
Homepage
--------
diff --git a/doc/libunistring.texi b/doc/libunistring.texi
index 8eb8061..5778c75 100644
--- a/doc/libunistring.texi
+++ b/doc/libunistring.texi
@@ -86,7 +86,7 @@ This manual is for GNU libunistring.
@ignore
@c This was: @copying but it triggers a makeinfo 4.13 bug
-Copyright (C) 2001-2009 Free Software Foundation, Inc.
+Copyright (C) 2001-2010 Free Software Foundation, Inc.
This manual is free documentation. It is dually licensed under the
GNU FDL and the GNU GPL. This means that you can redistribute this
@@ -118,7 +118,7 @@ A copy of the license is included in @ref{GNU GPL}.
@page
@vskip 0pt plus 1filll
@c @insertcopying
-Copyright (C) 2001-2009 Free Software Foundation, Inc.
+Copyright (C) 2001-2010 Free Software Foundation, Inc.
This manual is free documentation. It is dually licensed under the
GNU FDL and the GNU GPL. This means that you can redistribute this
diff --git a/gnulib-m4/gnulib-cache.m4 b/gnulib-m4/gnulib-cache.m4
index b3ae1d2..a6fcd36 100644
--- a/gnulib-m4/gnulib-cache.m4
+++ b/gnulib-m4/gnulib-cache.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2009 Free Software Foundation, Inc.
+# Copyright (C) 2002-2010 Free Software Foundation, Inc.
#
# This file is free software, distributed under the terms of the GNU
# General Public License. As a special exception to the GNU General
diff --git a/lib/libunistring.rc b/lib/libunistring.rc
index 9eaa02a..e86f978 100644
--- a/lib/libunistring.rc
+++ b/lib/libunistring.rc
@@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "LGPLed libunistring for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "unistring.dll\0"
- VALUE "LegalCopyright", "Copyright (C) 2001-2009\0"
+ VALUE "LegalCopyright", "Copyright (C) 2001-2010\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "unistring.dll\0"
VALUE "ProductName", "libunistring: Unicode string library\0"
diff --git a/version.sh b/version.sh
index b49a989..81f8c46 100644
--- a/version.sh
+++ b/version.sh
@@ -1,6 +1,6 @@
# Version number and release date.
-VERSION_NUMBER=0.9.2
-RELEASE_DATE=2009-12-26 # in "date +%Y-%m-%d" format
+VERSION_NUMBER=0.9.2.1
+RELEASE_DATE=2010-01-01 # in "date +%Y-%m-%d" format
# Version of gnulib that was used in this release.
-GNULIB_GIT_COMMIT=65887d1054c42a1650d668de2065afa7a7e7fc36
+GNULIB_GIT_COMMIT=b2e2010c7c902235b5efb5bd3c6529f61b093aa4