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 pg...@apache.org on 2010/08/04 17:05:57 UTC

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

Author: pgollucci
Date: Wed Aug  4 15:05:57 2010
New Revision: 982288

URL: http://svn.apache.org/viewvc?rev=982288&view=rev
Log:
never updated version numbers last time


Modified:
    perl/Apache-SizeLimit/trunk/RELEASE

Modified: perl/Apache-SizeLimit/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/RELEASE?rev=982288&r1=982287&r2=982288&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/RELEASE (original)
+++ perl/Apache-SizeLimit/trunk/RELEASE Wed Aug  4 15:05:57 2010
@@ -47,8 +47,8 @@ TODO:
 
   a. edit ./Changes:
      - find lib -type f -name "*.pm" | \
-         xargs perl -pi -e 's,0.91-dev,0.91-rc1,g'
-     - perl -pi -e 's,0.91-dev,0.91-rc1,g' Changes
+         xargs perl -pi -e 's,0.92-dev,0.92-rc1,g'
+     - perl -pi -e 's,0.92-dev,0.92-rc1,g' Changes
 
      - don't commit these (see dev@ archives)
 
@@ -67,7 +67,7 @@ TODO:
      o dev/perl.apache.org
      o modperl/perl.apache.org
 
-  Subject: [RELEASE CANDIDATE] Apache-SizeLimit 0.91 RC\d+
+  Subject: [RELEASE CANDIDATE] Apache-SizeLimit 0.92 RC\d+
 
    (or maybe longer to give most people a chance to catch up). no need
    to tag this package
@@ -102,7 +102,7 @@ TODO:
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-SizeLimit 0.91
+  Subject: [ANNOUNCE] Apache-SizeLimit 0.92
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -114,7 +114,7 @@ TODO:
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 0.92-dev
+  =item 0.93-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
@@ -122,4 +122,4 @@ TODO:
      $ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE
 
   d. commit Changes
-     % svn ci -m "start 0.92-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm
+     % svn ci -m "start 0.93-dev cycle" Changes RELEASE lib/Apache/SizeLimit.pm