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");


Reply via email to