Ready for 7.2.3 dev

This commit is contained in:
Roy Johnson 2006-11-23 08:53:01 +00:00
parent e3c03d461b
commit c3a9323864
4 changed files with 646 additions and 517 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.2";
our $VERSION = "7.2.3";
our $STATUS = "stable";
#-------------------------------------------------------------------