Prepare for version 1.13.
diff --git a/ChangeLog b/ChangeLog
index 857a187..bcb34cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2009-03-25  Bruno Haible  <bruno@clisp.org>
 
+	* configure.ac: Bump version number to 1.13.
+	* README: Likewise.
+	* include/iconv.h.in (_LIBICONV_VERSION): Likewise.
+	* windows/iconv.rc: Update.
+	* lib/Makefile.in (LIBICONV_VERSION_INFO): Bump to 7:0:5.
+
+2009-03-25  Bruno Haible  <bruno@clisp.org>
+
 	Fix the handling of Windows resources in shared libraries.
 	* configure.ac: Invoke LT_LANG for 'Windows Resource'.
 	* lib/Makefile.in (RC): New variable.
diff --git a/README b/README
index f12abfa..13c7777 100644
--- a/README
+++ b/README
@@ -154,7 +154,7 @@
 Download
 --------
 
-    ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.12.tar.gz
+    http://ftp.gnu.org/gnu/libiconv/libiconv-1.13.tar.gz
 
 Homepage
 --------
diff --git a/configure.ac b/configure.ac
index 0c09403..ba76b1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
 AC_INIT
 AC_CONFIG_SRCDIR([lib/iconv.c])
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([libiconv], [1.12])
+AM_INIT_AUTOMAKE([libiconv], [1.13])
 AC_CONFIG_HEADERS([config.h lib/config.h])
 AC_PROG_MAKE_SET
 
diff --git a/include/iconv.h.in b/include/iconv.h.in
index 30dac8e..cd7d2a5 100644
--- a/include/iconv.h.in
+++ b/include/iconv.h.in
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2003, 2005-2006, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2003, 2005-2006, 2008-2009 Free Software Foundation, Inc.
    This file is part of the GNU LIBICONV Library.
 
    The GNU LIBICONV Library is free software; you can redistribute it
@@ -21,7 +21,7 @@
 #ifndef _LIBICONV_H
 #define _LIBICONV_H
 
-#define _LIBICONV_VERSION 0x010B    /* version number: (major<<8) + minor */
+#define _LIBICONV_VERSION 0x010D    /* version number: (major<<8) + minor */
 extern @DLL_VARIABLE@ int _libiconv_version; /* Likewise */
 
 /* We would like to #include any system header file which could define
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 0255907..0f76ea6 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -50,7 +50,7 @@
 
 # Before making a release, change this according to the libtool documentation,
 # section "Library interface versions".
-LIBICONV_VERSION_INFO = 6:0:4
+LIBICONV_VERSION_INFO = 7:0:5
 
 PACKAGE_VERSION = @VERSION@
 
diff --git a/windows/iconv.rc b/windows/iconv.rc
index 7a87147..6367fc5 100644
--- a/windows/iconv.rc
+++ b/windows/iconv.rc
@@ -21,10 +21,10 @@
         BEGIN
             VALUE "Comments", "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.\0"
             VALUE "CompanyName", "Free Software Foundation\0"
-            VALUE "FileDescription", "GPLed iconv for Windows NT/2000/XP/Vista and Windows 95/98/ME\0"
+            VALUE "FileDescription", "GPLed iconv for Windows NT/2000/XP/Vista\0"
             VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
             VALUE "InternalName", "iconv.exe\0"
-            VALUE "LegalCopyright", "Copyright (C) 1999-2007\0"
+            VALUE "LegalCopyright", "Copyright (C) 1999-2009\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "iconv.exe\0"
             VALUE "ProductName", "iconv: character set conversion program\0"