Skip to content

Commit f13047d

Browse files
committed
Prepare for version 1.13.
1 parent 54edbd4 commit f13047d

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2009-03-25 Bruno Haible <bruno@clisp.org>
2+
3+
* configure.ac: Bump version number to 1.13.
4+
* README: Likewise.
5+
* include/iconv.h.in (_LIBICONV_VERSION): Likewise.
6+
* windows/iconv.rc: Update.
7+
* lib/Makefile.in (LIBICONV_VERSION_INFO): Bump to 7:0:5.
8+
19
2009-03-25 Bruno Haible <bruno@clisp.org>
210

311
Fix the handling of Windows resources in shared libraries.

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The iconv _program_ and the documentation are under GPL, see file COPYING.
154154
Download
155155
--------
156156

157-
ftp://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.12.tar.gz
157+
http://ftp.gnu.org/gnu/libiconv/libiconv-1.13.tar.gz
158158

159159
Homepage
160160
--------

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ AC_PREREQ([2.60])
2020
AC_INIT
2121
AC_CONFIG_SRCDIR([lib/iconv.c])
2222
AC_CONFIG_AUX_DIR([build-aux])
23-
AM_INIT_AUTOMAKE([libiconv], [1.12])
23+
AM_INIT_AUTOMAKE([libiconv], [1.13])
2424
AC_CONFIG_HEADERS([config.h lib/config.h])
2525
AC_PROG_MAKE_SET
2626

include/iconv.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 1999-2003, 2005-2006, 2008 Free Software Foundation, Inc.
1+
/* Copyright (C) 1999-2003, 2005-2006, 2008-2009 Free Software Foundation, Inc.
22
This file is part of the GNU LIBICONV Library.
33
44
The GNU LIBICONV Library is free software; you can redistribute it
@@ -21,7 +21,7 @@
2121
#ifndef _LIBICONV_H
2222
#define _LIBICONV_H
2323

24-
#define _LIBICONV_VERSION 0x010B /* version number: (major<<8) + minor */
24+
#define _LIBICONV_VERSION 0x010D /* version number: (major<<8) + minor */
2525
extern @DLL_VARIABLE@ int _libiconv_version; /* Likewise */
2626

2727
/* We would like to #include any system header file which could define

lib/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ SHELL = /bin/sh
5050

5151
# Before making a release, change this according to the libtool documentation,
5252
# section "Library interface versions".
53-
LIBICONV_VERSION_INFO = 6:0:4
53+
LIBICONV_VERSION_INFO = 7:0:5
5454

5555
PACKAGE_VERSION = @VERSION@
5656

windows/iconv.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ BEGIN
2121
BEGIN
2222
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"
2323
VALUE "CompanyName", "Free Software Foundation\0"
24-
VALUE "FileDescription", "GPLed iconv for Windows NT/2000/XP/Vista and Windows 95/98/ME\0"
24+
VALUE "FileDescription", "GPLed iconv for Windows NT/2000/XP/Vista\0"
2525
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
2626
VALUE "InternalName", "iconv.exe\0"
27-
VALUE "LegalCopyright", "Copyright (C) 1999-2007\0"
27+
VALUE "LegalCopyright", "Copyright (C) 1999-2009\0"
2828
VALUE "LegalTrademarks", "\0"
2929
VALUE "OriginalFilename", "iconv.exe\0"
3030
VALUE "ProductName", "iconv: character set conversion program\0"

0 commit comments

Comments
 (0)