Skip to content

Commit

Permalink
* misc: final 26.6 release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Sep 1, 2010
1 parent 9f8d4c6 commit a296997
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 14 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 TheBar MCC class - ChangeLog
$Id$
$URL$

#### v26.6 RELEASE ############################################################

2010-09-01 Jens Langner <[email protected]>

* misc: final 26.6 release preparations

2010-08-30 Jens Langner <[email protected]>

* include/mccinit.c: updated to latest fixed version
Expand Down
6 changes: 3 additions & 3 deletions doc/MCC_TheBar.readme
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Short: TheBar.mcc - Next Generation Toolbar MUI Custom Class
Author: Alfonso Ranieri and TheBar Open Source Team
Uploader: Jens Langner <[email protected]>
Version: 26.5
Version: 26.6
Type: dev/mui
Requires: AmigaOS 3.0+ or MorphOS, MUI 3.8+, 68020+/PPC604e+
Replaces: dev/mui/MCC_TheBar-26.4.lha
Replaces: dev/mui/MCC_TheBar-26.5.lha
Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros

Introduction
~~~~~~~~~~~~
Copyright (C) 2003-2005 Alfonso Ranieri
Copyright (C) 2005-2009 by TheBar Open Source Team
Copyright (C) 2005-2010 by TheBar Open Source Team

TheBar.mcc is a MUI custom class for management of multiple buttons in a
toolbar-like environment. It allows to group multiple button together, allows
Expand Down
6 changes: 3 additions & 3 deletions mcc/button/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

// for setting all necessary version information
#define LIB_VERSION 26
#define LIB_REVISION 5
#define LIB_DATE "24.10.2009"
#define LIB_COPYRIGHT "Copyright (C) 2005-2009 TheBar Open Source Team"
#define LIB_REVISION 6
#define LIB_DATE "01.09.2010"
#define LIB_COPYRIGHT "Copyright (C) 2005-2010 TheBar Open Source Team"

// set the LIB_REV_STRING
#define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION)
Expand Down
6 changes: 3 additions & 3 deletions mcc/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

// for setting all necessary version information
#define LIB_VERSION 26
#define LIB_REVISION 5
#define LIB_DATE "24.10.2009"
#define LIB_COPYRIGHT "Copyright (C) 2005-2009 TheBar Open Source Team"
#define LIB_REVISION 6
#define LIB_DATE "01.09.2010"
#define LIB_COPYRIGHT "Copyright (C) 2005-2010 TheBar Open Source Team"

// set the LIB_REV_STRING
#define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION)
Expand Down
6 changes: 3 additions & 3 deletions mcp/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

// for setting all necessary version information
#define LIB_VERSION 26
#define LIB_REVISION 5
#define LIB_DATE "24.10.2009"
#define LIB_COPYRIGHT "Copyright (C) 2005-2009 TheBar Open Source Team"
#define LIB_REVISION 6
#define LIB_DATE "01.09.2010"
#define LIB_COPYRIGHT "Copyright (C) 2005-2010 TheBar Open Source Team"

// set the LIB_REV_STRING
#define LIB_REV_STRING STR(LIB_VERSION) "." STR(LIB_REVISION)
Expand Down
4 changes: 2 additions & 2 deletions tools/mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ releaserev=`grep "#define LIB_REVISION" mcc/version.h | awk '{ print $3 }'`

echo " MK MCC_TheBar-$releasever.$releaserev.lha"
find release -nowarn -name ".svn" -exec rm -rf {} \; 2>/dev/null
pushd release >/dev/null
cd release
rm -f ../MCC_TheBar-$releasever.$releaserev.lha
lha -aq ../MCC_TheBar-$releasever.$releaserev.lha *
popd >/dev/null

0 comments on commit a296997

Please sign in to comment.