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 ge...@apache.org on 2007/03/27 21:10:35 UTC

svn commit: r523035 - /perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

Author: geoff
Date: Tue Mar 27 12:10:34 2007
New Revision: 523035

URL: http://svn.apache.org/viewvc?view=rev&rev=523035
Log:
bump version - this is _not_ 0.9 any more

Modified:
    perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?view=diff&rev=523035&r1=523034&r2=523035
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Tue Mar 27 12:10:34 2007
@@ -25,7 +25,7 @@
     $USE_SMAPS
 );
 
-$VERSION = '0.9';
+$VERSION = '0.91-dev';
 
 __PACKAGE__->set_check_interval(1);