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 ph...@apache.org on 2009/04/25 23:16:03 UTC

svn commit: r768602 - in /perl/Apache-Bootstrap/trunk: Changes RELEASE lib/Apache/Bootstrap.pm

Author: phred
Date: Sat Apr 25 21:16:01 2009
New Revision: 768602

URL: http://svn.apache.org/viewvc?rev=768602&view=rev
Log:
Start 0.07 dev cycle

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=768602&r1=768601&r2=768602&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/Changes (original)
+++ perl/Apache-Bootstrap/trunk/Changes Sat Apr 25 21:16:01 2009
@@ -1,5 +1,7 @@
 Revision history for Apache-Bootstrap
 
+0.07-dev
+
 0.06 Sat Apr 25 14:07:04 PST 2009
     - replace confusing instances of mod_perl1 and mp1 with simply mod_perl
 

Modified: perl/Apache-Bootstrap/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-Bootstrap/trunk/RELEASE?rev=768602&r1=768601&r2=768602&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/RELEASE (original)
+++ perl/Apache-Bootstrap/trunk/RELEASE Sat Apr 25 21:16:01 2009
@@ -117,4 +117,4 @@
 
   d. commit Changes
      % svn ci -m "start 0.07-dev cycle" Changes RELEASE \
-       lib/Apache/Bootstrap.pm lib/Apache2/Bootstrap.pm
+       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=768602&r1=768601&r2=768602&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm (original)
+++ perl/Apache-Bootstrap/trunk/lib/Apache/Bootstrap.pm Sat Apr 25 21:16:01 2009
@@ -9,7 +9,7 @@
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.07-dev';
 
 use constant MIN_MP2_VER => '1.99022';    # mp2 renaming