Ready for 7.3.12 dev

This commit is contained in:
Roy Johnson 2007-02-28 18:01:10 +00:00
parent 426516dd35
commit 1ed783b2c5
4 changed files with 132 additions and 3 deletions

View file

@ -32,7 +32,7 @@ use Apache2::Const -compile => qw(OK DECLINED NOT_FOUND DIR_MAGIC_TYPE);
use Apache2::ServerUtil ();
use LWP::MediaTypes qw(guess_media_type);
our $VERSION = "7.3.11";
our $VERSION = "7.3.12";
our $STATUS = "stable";
#-------------------------------------------------------------------