Skip to content

Commit 941f63a

Browse files
committed
Prepare for version 1.15.
1 parent 31e401c commit 941f63a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2017-01-30 Bruno Haible <[email protected]>
2+
3+
Prepare for version 1.15.
4+
* src/iconv.c (print_version): Update copyright year.
5+
* windows/iconv.rc: Likewise.
6+
* windows/libiconv.rc: Likewise.
7+
18
2016-12-29 Bruno Haible <[email protected]>
29

310
Make Makefile.devel consistent with .gitignore.

src/iconv.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2000-2009, 2011-2012, 2016 Free Software Foundation, Inc.
1+
/* Copyright (C) 2000-2009, 2011-2012, 2016-2017 Free Software Foundation, Inc.
22
This file is part of the GNU LIBICONV Library.
33
44
This program is free software: you can redistribute it and/or modify
@@ -191,7 +191,7 @@ static void print_version (void)
191191
{
192192
printf("iconv (GNU libiconv %d.%d)\n",
193193
_libiconv_version >> 8, _libiconv_version & 0xff);
194-
printf("Copyright (C) %s Free Software Foundation, Inc.\n", "2000-2016");
194+
printf("Copyright (C) %s Free Software Foundation, Inc.\n", "2000-2017");
195195
/* xgettext: no-wrap */
196196
fputs (_("\
197197
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\

windows/iconv.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BEGIN
2424
VALUE "FileDescription", "GPLed iconv for Windows\0"
2525
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
2626
VALUE "InternalName", "iconv.exe\0"
27-
VALUE "LegalCopyright", "Copyright (C) 1999-2016\0"
27+
VALUE "LegalCopyright", "Copyright (C) 1999-2017\0"
2828
VALUE "LegalTrademarks", "\0"
2929
VALUE "OriginalFilename", "iconv.exe\0"
3030
VALUE "ProductName", "iconv: character set conversion program\0"

windows/libiconv.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BEGIN
2424
VALUE "FileDescription", "LGPLed libiconv for Windows\0"
2525
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
2626
VALUE "InternalName", "iconv.dll\0"
27-
VALUE "LegalCopyright", "Copyright (C) 1999-2016\0"
27+
VALUE "LegalCopyright", "Copyright (C) 1999-2017\0"
2828
VALUE "LegalTrademarks", "\0"
2929
VALUE "OriginalFilename", "iconv.dll\0"
3030
VALUE "ProductName", "libiconv: character set conversion library\0"

0 commit comments

Comments
 (0)