Skip to content

Commit c2515b3

Browse files
committed
* misc: final 6.17 release preparations.
1 parent 0a3e93e commit c2515b3

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ codesets.library - Library for handling different codesets
55
$Id$
66
$URL$
77

8+
#### 6.17 RELEASE ########################################################
9+
10+
2014-01-26 Jens Maus <mail@jens-maus.de>
11+
12+
* misc: final 6.17 release preparations.
13+
814
2014-01-18 Jens Maus <mail@jens-maus.de>
915

1016
* codesets_table.h: fixed a bug in the AmigaPL<>UTF8 conversion routines

dist/codesets/ReadMe

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Short: Library handling codesets and character conversions
22
Author: codesets.library Open Source Team
33
Uploader: Jens Maus <mail@jens-maus.de>
44
Type: util/libs
5-
Version: 6.16
6-
Replaces: util/libs/codesets-6.15.lha
5+
Version: 6.17
6+
Replaces: util/libs/codesets-6.16.lha
77
Requires: AmigaOS 3.0+, MorphOS or AROS
88
Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros
99

src/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
// for setting all necessary version information
3333
#define LIB_VERSION 6
34-
#define LIB_REVISION 16
35-
#define LIB_DATE "13.12.2013"
34+
#define LIB_REVISION 17
35+
#define LIB_DATE "26.01.2014"
3636
#define LIB_COPYRIGHT "Copyright (C) 2005-2014 codesets.library Open Source Team"
3737

3838
// set the LIB_REV_STRING

0 commit comments

Comments
 (0)