Skip to content

Commit a7d7a0f

Browse files
committed
* Release 15.51
1 parent 4ca834b commit a7d7a0f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
MUI TextEditor MCC class - ChangeLog
33
------------------------------------
44

5+
#### v15.51 RELEASE ############################################################
6+
57
2018-10-09 Thore B�ckelmann <tboeckel@gmx.de>
68

79
* PrintLineWithStyles.c: integrated the display of transparent text for

doc/MCC_TextEditor.readme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Short: TextEditor custom class for MUI
22
Author: TextEditor.mcc Open Source Team
33
Uploader: Jens Maus <mail@jens-maus.de>
44
Type: dev/mui
5-
Version: 15.50
6-
Replaces: dev/mui/MCC_TextEditor-15.47.lha
5+
Version: 15.51
6+
Replaces: dev/mui/MCC_TextEditor-15.50.lha
77
Requires: AmigaOS 3.0+, MorphOS or AROS, MUI 3.8+, 68020+/PPC604e+
88
Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros
99

mcc/version.h

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

3030
// for setting all necessary version information
3131
#define LIB_VERSION 15
32-
#define LIB_REVISION 50
33-
#define LIB_DATE "15.01.2018"
32+
#define LIB_REVISION 51
33+
#define LIB_DATE "29.10.2018"
3434
#define LIB_COPYRIGHT "Copyright (C) 2005-2018 TextEditor.mcc Open Source Team"
3535

3636
// set the LIB_REV_STRING

mcp/version.h

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

3030
// for setting all necessary version information
3131
#define LIB_VERSION 15
32-
#define LIB_REVISION 50
33-
#define LIB_DATE "15.01.2018"
32+
#define LIB_REVISION 51
33+
#define LIB_DATE "29.10.2018"
3434
#define LIB_COPYRIGHT "Copyright (C) 2005-2018 TextEditor.mcc Open Source Team"
3535

3636
// set the LIB_REV_STRING

0 commit comments

Comments
 (0)