Skip to content

Commit

Permalink
* Release 11.33
Browse files Browse the repository at this point in the history
  • Loading branch information
tboeckel committed Oct 29, 2018
1 parent 6dd2845 commit 23ae9c9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
MUI BetterString MCC class - ChangeLog
--------------------------------------

#### v11.33 RELEASE ###########################################################

2018-10-09 Thore B�ckelmann <[email protected]>

* PrintString.c: integrated the display of transparent text for AmigaOS3 as
Expand Down
4 changes: 2 additions & 2 deletions doc/MCC_BetterString.readme
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Short: BetterString custom class for MUI
Author: BetterString.mcc Open Source Team
Uploader: Jens Maus <[email protected]>
Type: dev/mui
Version: 11.32
Replaces: dev/mui/mcc_betterstring-11.30.lha
Version: 11.33
Replaces: dev/mui/mcc_betterstring-11.32.lha
Requires: AmigaOS 3.0+ or MorphOS, MUI 3.8+, 68020+/PPC604e+
Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros

Expand Down
4 changes: 2 additions & 2 deletions mcc/hotkeystring/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

// for setting all necessary version information
#define LIB_VERSION 12
#define LIB_REVISION 27
#define LIB_DATE "15.01.2018"
#define LIB_REVISION 28
#define LIB_DATE "29.10.2018"
#define LIB_COPYRIGHT "Copyright (C) 2005-2018 BetterString.mcc Open Source Team"

// set the LIB_REV_STRING
Expand Down
4 changes: 2 additions & 2 deletions mcc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

// for setting all necessary version information
#define LIB_VERSION 11
#define LIB_REVISION 32
#define LIB_DATE "15.01.2018"
#define LIB_REVISION 33
#define LIB_DATE "29.10.2018"
#define LIB_COPYRIGHT "Copyright (C) 2005-2018 BetterString.mcc Open Source Team"

// set the LIB_REV_STRING
Expand Down
4 changes: 2 additions & 2 deletions mcp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

// for setting all necessary version information
#define LIB_VERSION 11
#define LIB_REVISION 32
#define LIB_DATE "15.01.2018"
#define LIB_REVISION 33
#define LIB_DATE "29.10.2018"
#define LIB_COPYRIGHT "Copyright (C) 2005-2018 BetterString.mcc Open Source Team"

// set the LIB_REV_STRING
Expand Down

0 comments on commit 23ae9c9

Please sign in to comment.