diff src/http/modules/perl/nginx.pm @ 2966:39bc8715527c stable-0.6

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:43:52 +0000
parents ffaf4358a727
children f14b468a5283
line wrap: on
line diff
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.37';
+our $VERSION = '0.6.38';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);