Author: stas Date: Mon Dec 6 11:51:20 2004 New Revision: 110011 URL: http://svn.apache.org/viewcvs?view=rev&rev=110011 Log: the new version will be 1.33
Modified: httpd/apreq/branches/1.x/Request/Request.pm Modified: httpd/apreq/branches/1.x/Request/Request.pm Url: http://svn.apache.org/viewcvs/httpd/apreq/branches/1.x/Request/Request.pm?view=diff&rev=110011&p1=httpd/apreq/branches/1.x/Request/Request.pm&r1=110010&p2=httpd/apreq/branches/1.x/Request/Request.pm&r2=110011 ============================================================================== --- httpd/apreq/branches/1.x/Request/Request.pm (original) +++ httpd/apreq/branches/1.x/Request/Request.pm Mon Dec 6 11:51:20 2004 @@ -22,7 +22,7 @@ { no strict; - $VERSION = '1.3'; + $VERSION = '1.33'; @ISA = qw(Apache); __PACKAGE__->mod_perl::boot($VERSION); }
