Skip to content

Commit 1947ea4

Browse files
committed
* final release preparations.
1 parent 9ec2685 commit 1947ea4

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

ChangeLog

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

5+
#### v11.35 RELEASE ###########################################################
6+
57
2020-09-09 Thore B�ckelmann <[email protected]>
68

79
* ClipboardServer.c: changed the default path for "CURRDIR:" and "PROGDIR:" to

doc/MCC_BetterString.readme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Short: BetterString custom class for MUI
22
Author: BetterString.mcc Open Source Team
33
Uploader: Jens Maus <[email protected]>
44
Type: dev/mui
5-
Version: 11.34
6-
Replaces: dev/mui/mcc_betterstring-11.33.lha
5+
Version: 11.35
6+
Replaces: dev/mui/mcc_betterstring-11.34.lha
77
Requires: AmigaOS 3.0+ or MorphOS, 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/hotkeystring/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 12
32-
#define LIB_REVISION 29
33-
#define LIB_DATE "01.07.2020"
32+
#define LIB_REVISION 30
33+
#define LIB_DATE "18.12.2020"
3434
#define LIB_COPYRIGHT "Copyright (C) 2005-2020 BetterString.mcc Open Source Team"
3535

3636
// set the LIB_REV_STRING

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 11
32-
#define LIB_REVISION 34
33-
#define LIB_DATE "01.07.2020"
32+
#define LIB_REVISION 35
33+
#define LIB_DATE "18.12.2020"
3434
#define LIB_COPYRIGHT "Copyright (C) 2005-2020 BetterString.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 11
32-
#define LIB_REVISION 34
33-
#define LIB_DATE "01.07.2020"
32+
#define LIB_REVISION 35
33+
#define LIB_DATE "18.12.2020"
3434
#define LIB_COPYRIGHT "Copyright (C) 2005-2020 BetterString.mcc Open Source Team"
3535

3636
// set the LIB_REV_STRING

0 commit comments

Comments
 (0)