Prepare for libiconv release 1.6.
diff --git a/ChangeLog b/ChangeLog
index 25ee7fe..8c00076 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-06  Bruno Haible  <haible@clisp.cons.org>
+
+        * Version 1.6 released.
+        * include/iconv.h.in (_LIBICONV_VERSION), README, windows/iconv.rc:
+          Bump version number.
+        * src/Makefile.in (LIBICONV_VERSION_INFO): Define to 2:3:0.
+
 2001-03-05  Bruno Haible  <haible@clisp.cons.org>
 
         Provide all encodings used by OSF/1 5.1 locales.
diff --git a/Makefile.devel b/Makefile.devel
index 60754f4..d200fd4 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -16,9 +16,14 @@
 
 # Before making a new release:
 # - check that the encoding lists in README and man/iconv_open.3 are up to date,
-# - increment the version number in include/iconv.h.in and README and
-#   windows/iconv.rc
-#   and windows/iconv.rc,
+# - increment the version number in
+#     include/iconv.h.in
+#     README
+#     windows/iconv.rc
+#     djgpp/README
+#     djgpp/fnchange.lst
+#     djgpp/libcharset/README
+#     djgpp/libcharset/fnchange.lst
 # - update the version info in lib/Makefile.in,
 # - do "make -f Makefile.devel".
 
diff --git a/README b/README
index 78deb2d..326b77d 100644
--- a/README
+++ b/README
@@ -97,7 +97,7 @@
 
 
 Distribution:
-    ftp://ftp.ilog.fr/pub/Users/haible/gnu/libiconv-1.5.tar.gz
+    ftp://ftp.ilog.fr/pub/Users/haible/gnu/libiconv-1.6.tar.gz
 
 Homepage:
     http://clisp.cons.org/~haible/packages-libiconv.html
diff --git a/include/iconv.h.in b/include/iconv.h.in
index d3cab8f..f4e858e 100644
--- a/include/iconv.h.in
+++ b/include/iconv.h.in
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999-2000 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2001 Free Software Foundation, Inc.
    This file is part of the GNU ICONV Library.
 
    The GNU ICONV Library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
 #ifndef _LIBICONV_H
 #define _LIBICONV_H
 
-#define _LIBICONV_VERSION 0x0105    /* version number: (major<<8) + minor */
+#define _LIBICONV_VERSION 0x0106    /* version number: (major<<8) + minor */
 extern 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 a2d92fd..7e76494 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -38,7 +38,7 @@
 
 # Before making a release, change this according to the libtool documentation,
 # section "Library interface versions".
-LIBICONV_VERSION_INFO = 2:2:0
+LIBICONV_VERSION_INFO = 2:3:0
 
 # Needed by $(LIBTOOL).
 top_builddir = ..
diff --git a/windows/iconv.rc b/windows/iconv.rc
index f60e73c..2c6aa75 100644
--- a/windows/iconv.rc
+++ b/windows/iconv.rc
@@ -2,8 +2,8 @@
 /* There are 4 occurrences of the version number in this file. */
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,5,0,0
- PRODUCTVERSION 1,5,0,0
+ FILEVERSION 1,6,0,0
+ PRODUCTVERSION 1,6,0,0
  FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
 #ifdef _DEBUG
  FILEFLAGS 0x1L  /* VS_FF_DEBUG */
@@ -21,13 +21,13 @@
             VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License. You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\0"
             VALUE "CompanyName", "Free Software Foundation\0"
             VALUE "FileDescription", "LGPLed libiconv for Windows NT and Windows 95/98\0"
-            VALUE "FileVersion", "1.5\0"
+            VALUE "FileVersion", "1.6\0"
             VALUE "InternalName", "iconv.dll\0"
             VALUE "LegalCopyright", "Copyright (C) 1999-2000\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "iconv.dll\0"
             VALUE "ProductName", "libiconv: character set conversion library\0"
-            VALUE "ProductVersion", "1.5\0"
+            VALUE "ProductVersion", "1.6\0"
         END
     END
     BLOCK "VarFileInfo"