
phred at apache
Apr 5, 2009, 12:04 PM
Post #1 of 1
(664 views)
Permalink
|
|
svn commit: r762135 - /perl/modperl/branches/1.x/lib/Apache/Status.pm
|
|
Author: phred Date: Sun Apr 5 19:04:50 2009 New Revision: 762135 URL: http://svn.apache.org/viewvc?rev=762135&view=rev Log: Forgot to increment the version of Apache::Status to 2.04 with the recent security fix. Modified: perl/modperl/branches/1.x/lib/Apache/Status.pm Modified: perl/modperl/branches/1.x/lib/Apache/Status.pm URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/lib/Apache/Status.pm?rev=762135&r1=762134&r2=762135&view=diff ============================================================================== --- perl/modperl/branches/1.x/lib/Apache/Status.pm (original) +++ perl/modperl/branches/1.x/lib/Apache/Status.pm Sun Apr 5 19:04:50 2009 @@ -2,7 +2,7 @@ use strict; use mod_perl (); -$Apache::Status::VERSION = '2.03'; +$Apache::Status::VERSION = '2.04'; my %is_installed = (); my $Is_Win32 = ($^O eq "MSWin32");
|