Ready for 7.2.1 dev

This commit is contained in:
Roy Johnson 2006-11-08 22:14:56 +00:00
parent 493488dafa
commit f7674615d4
4 changed files with 167 additions and 16 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.2.0";
our $VERSION = "7.2.1";
our $STATUS = "beta";
#-------------------------------------------------------------------