preparing for 7.3.18 bugfix cycle

fixed rejected cs mail problem
This commit is contained in:
JT Smith 2007-05-14 21:21:09 +00:00
parent 222a0fb33d
commit e388e52f92
5 changed files with 158 additions and 15 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.17";
our $VERSION = "7.3.18";
our $STATUS = "stable";
#-------------------------------------------------------------------