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 go...@apache.org on 2007/03/27 02:12:23 UTC

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

Author: gozer
Date: Mon Mar 26 17:12:22 2007
New Revision: 522671

URL: http://svn.apache.org/viewvc?view=rev&rev=522671
Log:
should be 0.91 by now

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=522671&r1=522670&r2=522671
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Mon Mar 26 17:12:22 2007
@@ -25,7 +25,7 @@
     $USE_SMAPS
 );
 
-$VERSION = '0.9';
+$VERSION = '0.91';
 
 __PACKAGE__->set_check_interval(1);