diff src/http/modules/perl/nginx.pm @ 3386:044f81432d91

bump version
author Igor Sysoev <igor@sysoev.ru>
date Wed, 16 Dec 2009 14:59:33 +0000
parents 884bcfbae169
children 2c07eba97f43
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.8.30';
+our $VERSION = '0.8.31';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);