Author: phred
Date: Mon Jul 13 19:14:33 2009
New Revision: 793665

URL: http://svn.apache.org/viewvc?rev=793665&view=rev
Log:
start 0.08-dev cycle

Modified:
    perl/Apache-Bootstrap/trunk/RELEASE
    perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm

Modified: perl/Apache-Bootstrap/trunk/RELEASE
URL: 
http://svn.apache.org/viewvc/perl/Apache-Bootstrap/trunk/RELEASE?rev=793665&r1=793664&r2=793665&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/RELEASE (original)
+++ perl/Apache-Bootstrap/trunk/RELEASE Mon Jul 13 19:14:33 2009
@@ -26,7 +26,7 @@
     a. login into https://pause.perl.org
     b. menu click: Select Mailinglist/Action
     c. choose APML and share_perms and click go
-    d. click 3.2 Make somebody else co-maintainer
+    d. click 3.3 Make somebody else co-maintainer
     e. choose the modules to give the perms to
        type the username of the new co-maintainer
     f. if you happen to know that packages were added this release,
@@ -41,8 +41,8 @@
 
   a. edit ./Changes:
      - find lib -type f -name "*.pm" | \
-         xargs perl -pi -e 's,0.07-dev,0.07-rc1,g'
-     - perl -pi -e 's,0.07-dev,0.07-rc1,g' Changes
+         xargs perl -pi -e 's,0.8-dev,0.8-rc1,g'
+     - perl -pi -e 's,0.8-dev,0.8-rc1,g' Changes
 
      - don't commit these (see dev@ archives)
 
@@ -61,7 +61,7 @@
      o dev/perl.apache.org
      o modperl/perl.apache.org
 
-  Subject: [RELEASE CANDIDATE] Apache-Bootstrap 0.07 RC\d+
+  Subject: [RELEASE CANDIDATE] Apache-Bootstrap 0.8 RC\d+
 
    (or maybe longer to give most people a chance to catch up). no need
    to tag this package
@@ -96,7 +96,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Bootstrap 0.07
+  Subject: [ANNOUNCE] Apache-Bootstrap 0.8
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -108,7 +108,7 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 0.08-dev
+  =item 0.9-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
@@ -116,5 +116,5 @@
      $ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE
 
   d. commit Changes
-     % svn ci -m "start 0.08-dev cycle" Changes RELEASE \
+     % svn ci -m "start 0.9-dev cycle" Changes RELEASE \
        lib/Apache/Bootstrap.pm

Modified: perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm
URL: 
http://svn.apache.org/viewvc/perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm?rev=793665&r1=793664&r2=793665&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm (original)
+++ perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm Mon Jul 13 19:14:33 2009
@@ -9,7 +9,7 @@
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08-dev';
 
 use constant MIN_MP2_VER => '1.99022';    # mp2 renaming
 


Reply via email to