diff --git a/ChangeLog b/ChangeLog index 8af055e..344e6a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ codesets.library - Library for handling different codesets $Id$ $URL$ +#### 6.13 RELEASE ######################################################## + +2011-11-26 Jens Langner + + * misc: final 6.13 release preparations. + 2011-01-04 Thore Böckelmann * all/Makefile: fixed the dependency generation to respect the system specific diff --git a/dist/codesets/ReadMe b/dist/codesets/ReadMe index 483cae0..a8c8332 100755 --- a/dist/codesets/ReadMe +++ b/dist/codesets/ReadMe @@ -2,8 +2,8 @@ Short: Library handling codesets and character conversions Author: codesets.library Open Source Team Uploader: Jens Langner Type: util/libs -Version: 6.12 -Replaces: util/libs/codesets-6.11.lha +Version: 6.13 +Replaces: util/libs/codesets-6.12.lha Requires: AmigaOS 3.0+, MorphOS or AROS Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros diff --git a/src/version.h b/src/version.h index f26f4fa..de64a1e 100755 --- a/src/version.h +++ b/src/version.h @@ -31,9 +31,9 @@ // for setting all necessary version information #define LIB_VERSION 6 -#define LIB_REVISION 12 -#define LIB_DATE "23.09.2010" -#define LIB_COPYRIGHT "Copyright (c) 2005-2010 codesets.library Open Source Team" +#define LIB_REVISION 13 +#define LIB_DATE "26.11.2011" +#define LIB_COPYRIGHT "Copyright (c) 2005-2011 codesets.library Open Source Team" // set the LIB_REV_STRING #define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION)