You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ge...@apache.org on 2006/07/11 16:12:24 UTC

svn commit: r420857 - /perl/Apache-SizeLimit/trunk/RELEASE

Author: geoff
Date: Tue Jul 11 07:12:23 2006
New Revision: 420857

URL: http://svn.apache.org/viewvc?rev=420857&view=rev
Log:
don't make the next release 1.0 _automatically_

Modified:
    perl/Apache-SizeLimit/trunk/RELEASE

Modified: perl/Apache-SizeLimit/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/RELEASE?rev=420857&r1=420856&r2=420857&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/RELEASE (original)
+++ perl/Apache-SizeLimit/trunk/RELEASE Tue Jul 11 07:12:23 2006
@@ -90,7 +90,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-SizeLimit 0.9
+  Subject: [ANNOUNCE] Apache-SizeLimit 0.90
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -102,7 +102,7 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 1.0-dev
+  =item 0.91-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
@@ -110,4 +110,4 @@
      $ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE
 
   d. commit Changes
-     % svn ci -m "start 1.0-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm
+     % svn ci -m "start 0.91-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm