[svn:modperl-modules] rev 243 - in Apache-DebugFilter/trunk: . lib/Apache2

[email protected]@cvs.perl.org 6 Jul 2005 21:09:52 -0000
Newsgroups perl.modperl.modules.svn
Message-ID <[email protected]>
Author: [email protected]
Date: Wed Jul  6 14:09:52 2005
New Revision: 243

Modified:
   Apache-DebugFilter/trunk/Changes
   Apache-DebugFilter/trunk/lib/Apache2/DebugFilter.pm
Log:
start next dev cycle


Modified: Apache-DebugFilter/trunk/Changes
==============================================================================
--- Apache-DebugFilter/trunk/Changes	(original)
+++ Apache-DebugFilter/trunk/Changes	Wed Jul  6 14:09:52 2005
@@ -1,5 +1,7 @@
 Revision history for Perl extension Apache::DebugFilter.
 
+0.03
+
 0.02
 - Account for API rename post mp2 RC5
 Philip M. Gollucci <[email protected]>

Modified: Apache-DebugFilter/trunk/lib/Apache2/DebugFilter.pm
==============================================================================
--- Apache-DebugFilter/trunk/lib/Apache2/DebugFilter.pm	(original)
+++ Apache-DebugFilter/trunk/lib/Apache2/DebugFilter.pm	Wed Jul  6 14:09:52 2005
@@ -5,7 +5,7 @@ use mod_perl2;
 use strict;
 use warnings FATAL => 'all';
 
-$Apache2::DebugFilter::VERSION = '0.02';
+$Apache2::DebugFilter::VERSION = '0.03';
 
 use base qw(Apache2::Filter);
 use Apache2::FilterRec ();