Ready for 7.3.2 dev

This commit is contained in:
Roy Johnson 2006-12-13 14:39:52 +00:00
parent f5292bd2d2
commit 035a83d61e
4 changed files with 136 additions and 8 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.1";
our $VERSION = "7.3.2";
our $STATUS = "beta";
#-------------------------------------------------------------------