------------------------------------------------------------ revno: 800 committer: Steven Garcia <steven@satellite> branch nick: aikiframework timestamp: Tue 2011-06-07 19:10:56 -0700 message: Added additional piped seds to work around Mac OS X regular expression incompatibility. Potential fix for Bug #791639 Errors on Mac OS X. Bumped Aiki FIX-version number. modified: configure.ac src/aiki.php
-- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk Your team Aiki Framework Developers is subscribed to branch lp:aikiframework. To unsubscribe from this branch go to https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'configure.ac' --- configure.ac 2011-06-08 00:53:00 +0000 +++ configure.ac 2011-06-08 02:10:56 +0000 @@ -24,7 +24,7 @@ # Parse the package version as defined in the source code m4_define([pkgversion], [m4_esyscmd(printf %s $(grep 'define.\+AIKI_VERSION' src/aiki.php \ - | sed 's/.*,[[^0-9]]\+\([[0-9.]]\+\).*/\1/'))]) + | sed s/.*,// | sed s/\'//g | sed s/\(*\).*\;// | sed 's/\t*\ *//g'))]) # [m4_esyscmd(printf %s $(sed -n 's/.*define.\+AIKI_VERSION[[^0-9]]\+\([[0-9.]]\+\)[[^0-9]]\+/\1/p' src/aiki.php))]) === modified file 'src/aiki.php' --- src/aiki.php 2011-06-08 00:54:53 +0000 +++ src/aiki.php 2011-06-08 02:10:56 +0000 @@ -55,7 +55,7 @@ * When the MAJOR number is zero, this indicates an alpha or beta type release * Each number can, but should probably not exceed 99 */ - define('AIKI_VERSION','0.8.4'); + define('AIKI_VERSION','0.8.5'); } /*
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp