Re: svn commit: r379805 - /perl/Apache-Test/trunk/RELEASE

2006-03-01 Thread Philippe M. Chiasson
Geoffrey Young wrote: >>>- perl -pi -e 's/\.31/.32/g' RELEASE >>>- perl -pi -e 's/\.30/.31/g' RELEASE >>>- perl -pi -e 's/\.29/.30/g' RELEASE >>>+ $ perl -pi -e 's/\.31/.32/g; s/\.30/\.31/g; s/\.29/\.30/g' RELEASE >>> >>> now reload this file and bump up the last number of the first >

Re: svn commit: r382226 - /perl/Apache-Test/trunk/RELEASE

2006-03-01 Thread Geoffrey Young
> + $ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE aah, even better :) >d. commit Changes > - % svn ci -m "start 1.29-dev cycle" Changes RELEASE lib/Apache/Test.pm > + % svn ci -m "start 1.30-dev cycle" Changes RELEASE lib/Apache/Test.pm actually, I don't think yo