File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
8142014-01-18 Jens Maus <mail@jens-maus.de>
915
1016 * codesets_table.h: fixed a bug in the AmigaPL<>UTF8 conversion routines
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Short: Library handling codesets and character conversions
22Author: codesets.library Open Source Team
33Uploader: Jens Maus <mail@jens-maus.de>
44Type: 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
77Requires: AmigaOS 3.0+, MorphOS or AROS
88Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros
99
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments