Author: geoff Date: Wed Jun 28 08:14:40 2006 New Revision: 417782 URL: http://svn.apache.org/viewvc?rev=417782&view=rev Log: minor tweaks for version numbers
Modified: perl/Apache-SizeLimit/trunk/RELEASE Modified: perl/Apache-SizeLimit/trunk/RELEASE URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/RELEASE?rev=417782&r1=417781&r2=417782&view=diff ============================================================================== --- perl/Apache-SizeLimit/trunk/RELEASE (original) +++ perl/Apache-SizeLimit/trunk/RELEASE Wed Jun 28 08:14:40 2006 @@ -58,7 +58,7 @@ 5. Announce the package a. post ... to the modperl, announce lists - Subject: [ANNOUNCE] Apache-SizeLimit 0.01 + Subject: [ANNOUNCE] Apache-SizeLimit 0.06 include - MD5 sig (as it comes from CPAN upload announce). - the latest Changes @@ -70,7 +70,7 @@ b. edit ./Changes: - start a new item with incremented version + '-dev' - =item 0.02-dev + =item 0.07-dev c. bump up version numbers in this file to make it easier to do the next release. @@ -78,4 +78,4 @@ $ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE d. commit Changes - % svn ci -m "start 0.02-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm + % svn ci -m "start 0.07-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm