Skip to content

Commit

Permalink
* misc: final 6.14 release preparations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Aug 5, 2012
1 parent 7e78b48 commit e0ee561
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ codesets.library - Library for handling different codesets
$Id$
$URL$

#### 6.14 RELEASE ########################################################

2012-08-05 Jens Langner <[email protected]>

* misc: final 6.14 release preparations.

2012-06-19 Thore B�ckelmann <[email protected]>

* src/init.c: don't allocate locked memory.
Expand Down
4 changes: 2 additions & 2 deletions dist/codesets/ReadMe
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Short: Library handling codesets and character conversions
Author: codesets.library Open Source Team
Uploader: Jens Langner <[email protected]>
Type: util/libs
Version: 6.13
Replaces: util/libs/codesets-6.12.lha
Version: 6.14
Replaces: util/libs/codesets-6.13.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

Expand Down
6 changes: 3 additions & 3 deletions src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

// for setting all necessary version information
#define LIB_VERSION 6
#define LIB_REVISION 13
#define LIB_DATE "26.11.2011"
#define LIB_COPYRIGHT "Copyright (c) 2005-2011 codesets.library Open Source Team"
#define LIB_REVISION 14
#define LIB_DATE "05.08.2012"
#define LIB_COPYRIGHT "Copyright (c) 2005-2012 codesets.library Open Source Team"

// set the LIB_REV_STRING
#define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION)
Expand Down
1 change: 1 addition & 0 deletions tools/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ find release -nowarn -name ".svn" -exec rm -rf {} \; 2>/dev/null
find release -nowarn -name "mmakefile.src" -exec rm -rf {} \; 2>/dev/null
cd release
lha -ao5q ../codesets-$releasever.$releaserev.lha *
cp codesets/ReadMe ../codesets-$releasever.$releaserev.readme

0 comments on commit e0ee561

Please sign in to comment.