Author: phred
Date: Mon Jul 13 19:11:41 2009
New Revision: 793664

URL: http://svn.apache.org/viewvc?rev=793664&view=rev
Log:
Release 0.07

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

Modified: perl/Apache-Bootstrap/trunk/Changes
URL: 
http://svn.apache.org/viewvc/perl/Apache-Bootstrap/trunk/Changes?rev=793664&r1=793663&r2=793664&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/Changes (original)
+++ perl/Apache-Bootstrap/trunk/Changes Mon Jul 13 19:11:41 2009
@@ -1,6 +1,6 @@
 Revision history for Apache-Bootstrap
 
-0.07-rc1 Thu Jul 9 15:10:00 PST 2009
+0.07 Mon Jul 13 12:09:00 PST 2009
     - fix syntax error in params validation in new (mp2 param unchecked)
     - warn instead of dying in new if a module is not present, and then
       decide if any modules are present to create a new bootstrap object

Modified: perl/Apache-Bootstrap/trunk/RELEASE
URL: 
http://svn.apache.org/viewvc/perl/Apache-Bootstrap/trunk/RELEASE?rev=793664&r1=793663&r2=793664&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/RELEASE (original)
+++ perl/Apache-Bootstrap/trunk/RELEASE Mon Jul 13 19:11:41 2009
@@ -108,7 +108,7 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 0.07-dev
+  =item 0.08-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.07-dev cycle" Changes RELEASE \
+     % svn ci -m "start 0.08-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=793664&r1=793663&r2=793664&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm (original)
+++ perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm Mon Jul 13 19:11:41 2009
@@ -9,7 +9,7 @@
 
 =cut
 
-our $VERSION = '0.07-rc1';
+our $VERSION = '0.07';
 
 use constant MIN_MP2_VER => '1.99022';    # mp2 renaming
 


Reply via email to