preparing for 7.2.2 bugfix cycle

This commit is contained in:
JT Smith 2006-11-18 19:04:39 +00:00
parent f749d2d260
commit 411138cc6a
3 changed files with 644 additions and 520 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.1";
our $VERSION = "7.2.2";
our $STATUS = "stable";
#-------------------------------------------------------------------