Ready for 7.3.10 development, lets kill the rest of these bugs!

This commit is contained in:
Roy Johnson 2007-02-14 16:23:35 +00:00
parent 8d80c2c613
commit 7a695188a3
4 changed files with 141 additions and 11 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.9";
our $VERSION = "7.3.10";
our $STATUS = "stable";
#-------------------------------------------------------------------