Bump LIBICONV_VERSION_INFO.
diff --git a/ChangeLog b/ChangeLog
index f61cbd3..eb19e7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,11 +7,12 @@
 	* m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
 	executable after installing it.
 
-2005-07-07  Bruno Haible  <bruno@clisp.org>
+2005-07-08  Bruno Haible  <bruno@clisp.org>
 
 	* configure.in: Bump version number.
 	* include/iconv.h.in (_LIBICONV_VERSION): Likewise.
 	* windows/iconv.rc: Likewise.
+	* lib/Makefile.in (LIBICONV_VERSION_INFO): Bump to 5:0:3.
 
 2005-07-05  Bruno Haible  <bruno@clisp.org>
 
diff --git a/lib/Makefile.in b/lib/Makefile.in
index 49ebe3f..28b82c6 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -44,7 +44,7 @@
 
 # Before making a release, change this according to the libtool documentation,
 # section "Library interface versions".
-LIBICONV_VERSION_INFO = 4:0:2
+LIBICONV_VERSION_INFO = 5:0:3
 
 # Needed by $(LIBTOOL).
 top_builddir = ..