Skip to content

Commit aec14b3

Browse files
committed
Bump version number.
1 parent 47906fb commit aec14b3

File tree

7 files changed

+28
-13
lines changed

7 files changed

+28
-13
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2005-07-07 Bruno Haible <bruno@clisp.org>
2+
3+
* Version 1.10 released.
4+
5+
2005-07-07 Bruno Haible <bruno@clisp.org>
6+
7+
* configure.in: Bump version number.
8+
* include/iconv.h.in (_LIBICONV_VERSION): Likewise.
9+
* windows/iconv.rc: Likewise.
10+
111
2005-07-05 Bruno Haible <bruno@clisp.org>
212

313
* Makefile.devel (ACLOCAL): New variable.

configure.in

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

include/iconv.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#ifndef _LIBICONV_H
2222
#define _LIBICONV_H
2323

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

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

libcharset/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2005-07-07 Bruno Haible <bruno@clisp.org>
2+
3+
* configure.in: Bump version number.
4+
* windows/charset.rc: Likewise.
5+
16
2005-07-05 Bruno Haible <bruno@clisp.org>
27

38
* Makefile.devel (AUTOHEADER, ACLOCAL): New variables.

libcharset/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dnl Fifth Floor, Boston, MA 02110-1301, USA.
1919
AC_PREREQ(2.13)
2020

2121
PACKAGE=libcharset
22-
VERSION=1.2
22+
VERSION=1.3
2323

2424
AC_INIT(lib/localcharset.c)
2525
AC_CONFIG_AUX_DIR(build-aux)

libcharset/windows/charset.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include <winver.h>
55

66
VS_VERSION_INFO VERSIONINFO
7-
FILEVERSION 1,2,0,0
8-
PRODUCTVERSION 1,2,0,0
7+
FILEVERSION 1,3,0,0
8+
PRODUCTVERSION 1,3,0,0
99
FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
1010
#ifdef _DEBUG
1111
FILEFLAGS 0x1L /* VS_FF_DEBUG */
@@ -23,13 +23,13 @@ BEGIN
2323
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"
2424
VALUE "CompanyName", "Free Software Foundation\0"
2525
VALUE "FileDescription", "LGPLed libcharset for Windows NT/2000/XP and Windows 95/98/ME\0"
26-
VALUE "FileVersion", "1.2\0"
26+
VALUE "FileVersion", "1.3\0"
2727
VALUE "InternalName", "charset.dll\0"
28-
VALUE "LegalCopyright", "Copyright (C) 1999-2003\0"
28+
VALUE "LegalCopyright", "Copyright (C) 1999-2005\0"
2929
VALUE "LegalTrademarks", "\0"
3030
VALUE "OriginalFilename", "charset.dll\0"
3131
VALUE "ProductName", "libcharset: portable character set determination library\0"
32-
VALUE "ProductVersion", "1.2\0"
32+
VALUE "ProductVersion", "1.3\0"
3333
END
3434
END
3535
BLOCK "VarFileInfo"

windows/iconv.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#include <winver.h>
55

66
VS_VERSION_INFO VERSIONINFO
7-
FILEVERSION 1,9,0,0
8-
PRODUCTVERSION 1,9,0,0
7+
FILEVERSION 1,10,0,0
8+
PRODUCTVERSION 1,10,0,0
99
FILEFLAGSMASK 0x3fL /* VS_FFI_FILEFLAGSMASK */
1010
#ifdef _DEBUG
1111
FILEFLAGS 0x1L /* VS_FF_DEBUG */
@@ -23,13 +23,13 @@ BEGIN
2323
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"
2424
VALUE "CompanyName", "Free Software Foundation\0"
2525
VALUE "FileDescription", "LGPLed libiconv for Windows NT/2000/XP and Windows 95/98/ME\0"
26-
VALUE "FileVersion", "1.9\0"
26+
VALUE "FileVersion", "1.10\0"
2727
VALUE "InternalName", "iconv.dll\0"
28-
VALUE "LegalCopyright", "Copyright (C) 1999-2003\0"
28+
VALUE "LegalCopyright", "Copyright (C) 1999-2005\0"
2929
VALUE "LegalTrademarks", "\0"
3030
VALUE "OriginalFilename", "iconv.dll\0"
3131
VALUE "ProductName", "libiconv: character set conversion library\0"
32-
VALUE "ProductVersion", "1.9\0"
32+
VALUE "ProductVersion", "1.10\0"
3333
END
3434
END
3535
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)