summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-06-10 11:46:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-06-10 11:46:34 +0000
commitec7903b6f254ccff659c4f5892f4ba427e407e8a (patch)
treeb7ae64c23f29c6611fb92685e2277e41efc2fddd /src/http/modules/perl/nginx.pm
parent24ae7d233a93791c5dcc1dec3022799e817d8bf4 (diff)
downloadnginx-ec7903b6f254ccff659c4f5892f4ba427e407e8a.tar.gz
nginx-ec7903b6f254ccff659c4f5892f4ba427e407e8a.tar.bz2
bump version
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r--src/http/modules/perl/nginx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm
index 7c2bc0ec7..27a8bfc5e 100644
--- 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.1';
+our $VERSION = '0.8.2';
require XSLoader;
XSLoader::load('nginx', $VERSION);