aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-07-14 08:18:38 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-07-14 08:18:38 +0000
commit1d03cd6676331c269f5b5510b62fe6533ba09964 (patch)
tree3f224c7e041043ab652d8922dd35a64c7819f56f /src/http/modules/perl/nginx.pm
parent7e18e9d6abfe770a869d19e6db0680f5a7289e06 (diff)
downloadnginx-1d03cd6676331c269f5b5510b62fe6533ba09964.tar.gz
nginx-1d03cd6676331c269f5b5510b62fe6533ba09964.zip
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 317cf2459..c8f77a466 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.5';
+our $VERSION = '0.8.6';
require XSLoader;
XSLoader::load('nginx', $VERSION);