HEAD ready for 7.3.0 dev

This commit is contained in:
Roy Johnson 2006-11-23 09:35:20 +00:00
parent c3a9323864
commit 0a6bce357e
3 changed files with 129 additions and 2 deletions

View file

@ -32,8 +32,8 @@ 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.3";
our $STATUS = "stable";
our $VERSION = "7.3.0";
our $STATUS = "beta";
#-------------------------------------------------------------------