summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-03-13 22:42:50 +0100
committerBruno Haible <bruno@clisp.org>2019-03-13 22:42:50 +0100
commit37cc7b27485023128c1411e0ebb05698549d48fe (patch)
treed0e6bb4e26ca490f56b9a5e3752ccf7ef38e679d
parent2c0ed45908fb2cdedfe92b8a1bef2f69034a4fb7 (diff)
downloadlibunistring-37cc7b27485023128c1411e0ebb05698549d48fe.tar.gz
build: Update Windows support.
-rw-r--r--ChangeLog5
-rw-r--r--lib/libunistring.rc8
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ceafec..94354c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-03-13 Bruno Haible <bruno@clisp.org>
+
+ build: Update Windows support.
+ * lib/libunistring.rc: Update.
+
2019-02-13 Bruno Haible <bruno@clisp.org>
doc: Assume that the texinfo sources are in the source dir.
diff --git a/lib/libunistring.rc b/lib/libunistring.rc
index e29b7a7..a34f40d 100644
--- a/lib/libunistring.rc
+++ b/lib/libunistring.rc
@@ -19,15 +19,15 @@ BEGIN
BEGIN
BLOCK "04090000" /* Lang = US English, Charset = ASCII */
BEGIN
- VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 or later. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <https://www.gnu.org/licenses/>\0"
+ VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 or later. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <https://www.gnu.org/licenses/>\0"
VALUE "CompanyName", "Free Software Foundation\0"
- VALUE "FileDescription", "LGPLed libunistring for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
+ VALUE "FileDescription", "LGPLed libunistring for Windows\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "unistring.dll\0"
- VALUE "LegalCopyright", "Copyright (C) 2001-2018\0"
+ VALUE "LegalCopyright", "Copyright (C) 2001-2019\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "unistring.dll\0"
- VALUE "ProductName", "libunistring: Unicode string library\0"
+ VALUE "ProductName", "GNU libunistring: Unicode string library\0"
VALUE "ProductVersion", PACKAGE_VERSION_STRING "\0"
END
END