Skip to content

Commit 79e7152

Browse files
committed
* misc: final 11.26 release preparations
1 parent b45a93e commit 79e7152

File tree

8 files changed

+20
-14
lines changed

8 files changed

+20
-14
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ design provided by the following people:
2525

2626
Allan Odgaard <[email protected]>
2727
Ilkka Lehtoranta <[email protected]>
28-
Jens Langner <[email protected]>
28+
Jens Maus <[email protected]>
2929
Thore B�ckelmann <[email protected]>
3030

3131
Translations provided and maintained by following people:

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ MUI BetterString MCC class - ChangeLog
55
$Id$
66
$URL$
77

8+
#### v11.26 RELEASE ###########################################################
9+
10+
2013-12-13 Jens Maus <[email protected]>
11+
12+
* misc: final 11.26 release preparations
13+
814
2013-07-21 Jens Langner <[email protected]>
915

1016
* mcc/ClipboardServer.c: fixed a potential NULL pointer use when str had been

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ If you want to contribute to the development of BetterString.mcc please register
3434
with SourceForge.net and notify one of the project admins of the BetterString.mcc
3535
project available at http://www.sf.net/projects/bstring-mcc/
3636

37-
Jens Langner
37+
Jens Maus
3838
April, 2005

doc/MCC_BetterString.readme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Short: BetterString custom class for MUI, V11.25
1+
Short: BetterString custom class for MUI, V11.26
22
Author: BetterString.mcc Open Source Team
3-
Uploader: Jens Langner <Jens.Langner@light-speed de>
3+
Uploader: Jens Maus <mail@jens-maus.de>
44
Type: dev/mui
5-
Version: 11.25
6-
Replaces: dev/mui/mcc_betterstring-11.24.lha
5+
Version: 11.26
6+
Replaces: dev/mui/mcc_betterstring-11.25.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 21
33-
#define LIB_DATE "25.04.2013"
32+
#define LIB_REVISION 22
33+
#define LIB_DATE "13.12.2013"
3434
#define LIB_COPYRIGHT "Copyright (C) 2005-2013 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 25
33-
#define LIB_DATE "25.04.2013"
32+
#define LIB_REVISION 26
33+
#define LIB_DATE "13.12.2013"
3434
#define LIB_COPYRIGHT "Copyright (C) 2005-2013 BetterString.mcc Open Source Team"
3535

3636
// set the LIB_REV_STRING

mcp/locale/german.ct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
## chunk AUTH Jens Langner, Thore Böckelmann
2-
## version $VER: BetterString_mcp.catalog 2.3 (06.02.2013)
1+
## chunk AUTH Jens Maus, Thore Böckelmann
2+
## version $VER: BetterString_mcp.catalog 2.4 (13.12.2013)
33
## language deutsch
44
## codeset 0
55
;

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 25
33-
#define LIB_DATE "25.04.2013"
32+
#define LIB_REVISION 26
33+
#define LIB_DATE "13.12.2013"
3434
#define LIB_COPYRIGHT "Copyright (C) 2005-2013 BetterString.mcc Open Source Team"
3535

3636
// set the LIB_REV_STRING

0 commit comments

Comments
 (0)