Skip to content

Commit

Permalink
* mcp/mcc: a few v11.14 release preparations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Dec 18, 2007
1 parent 8f7bb82 commit 9cd3540
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ MUI BetterString MCC class - ChangeLog
$Id$
$URL$

#### v11.14 RELEASE ###########################################################

2007-12-18 Jens Langner <[email protected]>

* mcp/mcc: a few v11.14 release preparations.

2007-12-13 Thore B�ckelmann <[email protected]>

* mcp/misc: replaced the old BitmapObject by a BodyChunkObject and added a
Expand Down
6 changes: 3 additions & 3 deletions mcc/hotkeystring/rev.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
***************************************************************************/

#define LIB_VERSION 12
#define LIB_REVISION 9
#define LIB_REVISION 10

#define LIB_REV_STRING "12.9"
#define LIB_DATE "29.09.2007"
#define LIB_REV_STRING "12.10"
#define LIB_DATE "18.12.2007"

#if defined(__PPC__)
#if defined(__MORPHOS__)
Expand Down
1 change: 1 addition & 0 deletions mcc/private.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ struct InstData
#define RAWKEY_CRSRLEFT RAWKEY_LEFT
#define RAWKEY_PRINTSCR RAWKEY_PRTSCREEN
#define RAWKEY_BREAK RAWKEY_PAUSE
#define RAWKEY_DEL RAWKEY_DELETE

#define RAWKEY_AUD_STOP RAWKEY_CDTV_STOP
#define RAWKEY_AUD_PLAY_PAUSE RAWKEY_CDTV_PLAY
Expand Down
6 changes: 3 additions & 3 deletions mcc/rev.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
***************************************************************************/

#define LIB_VERSION 11
#define LIB_REVISION 13
#define LIB_REVISION 14

#define LIB_REV_STRING "11.13"
#define LIB_DATE "29.09.2007"
#define LIB_REV_STRING "11.14"
#define LIB_DATE "18.12.2007"

#if defined(__PPC__)
#if defined(__MORPHOS__)
Expand Down
3 changes: 2 additions & 1 deletion mcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@ CATALOGS = $(LOCALE)/deutsch.catalog \
$(LOCALE)/svenska.catalog \
$(LOCALE)/dansk.catalog \
$(LOCALE)/russian.catalog \
$(LOCALE)/italian.catalog
$(LOCALE)/italian.catalog \
$(LOCALE)/czech.catalog

#
all: $(BINDIR) $(OBJDIR) locale.c $(MCPTARGET) $(PREFTARGET)
Expand Down
6 changes: 3 additions & 3 deletions mcp/rev.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
***************************************************************************/

#define LIB_VERSION 11
#define LIB_REVISION 13
#define LIB_REVISION 14

#define LIB_REV_STRING "11.13"
#define LIB_DATE "29.09.2007"
#define LIB_REV_STRING "11.14"
#define LIB_DATE "18.12.2007"

#if defined(__PPC__)
#if defined(__MORPHOS__)
Expand Down

0 comments on commit 9cd3540

Please sign in to comment.