Ready for 7.3.8 development

This commit is contained in:
Roy Johnson 2007-01-25 15:51:09 +00:00
parent b957a21c5e
commit 3e23558cec
4 changed files with 134 additions and 7 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.7";
our $VERSION = "7.3.8";
our $STATUS = "stable";
#-------------------------------------------------------------------