Update.
diff --git a/ChangeLog b/ChangeLog
index dedb011..ff18496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-26  Bruno Haible  <bruno@clisp.org>
+
+	* windows/libiconv.rc: Update.
+	* windows/iconv.rc: Update.
+
 2009-12-11  Bruno Haible  <bruno@clisp.org>
 
 	* include/iconv.h.in: Untabify.
diff --git a/windows/iconv.rc b/windows/iconv.rc
index 6367fc5..6349bbf 100644
--- a/windows/iconv.rc
+++ b/windows/iconv.rc
@@ -21,7 +21,7 @@
         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\0"
+            VALUE "FileDescription", "GPLed iconv for Windows NT/2000/XP/Vista/7\0"
             VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
             VALUE "InternalName", "iconv.exe\0"
             VALUE "LegalCopyright", "Copyright (C) 1999-2009\0"
diff --git a/windows/libiconv.rc b/windows/libiconv.rc
index 908844f..aa72b9c 100644
--- a/windows/libiconv.rc
+++ b/windows/libiconv.rc
@@ -21,10 +21,10 @@
         BEGIN
             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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\0"
             VALUE "CompanyName", "Free Software Foundation\0"
-            VALUE "FileDescription", "LGPLed libiconv for Windows NT/2000/XP/Vista and Windows 95/98/ME\0"
+            VALUE "FileDescription", "LGPLed libiconv for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
             VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
             VALUE "InternalName", "iconv.dll\0"
-            VALUE "LegalCopyright", "Copyright (C) 1999-2007\0"
+            VALUE "LegalCopyright", "Copyright (C) 1999-2009\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "iconv.dll\0"
             VALUE "ProductName", "libiconv: character set conversion library\0"