aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-09-23 15:27:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-09-23 15:27:17 +0000
commit374944366103293969d86cbcd5eec7362cb46daf (patch)
tree71d0e1ccfc57a78f25e1ba2d7f153c25b65c3d97 /src/http/modules/perl/nginx.pm
parentb6222342d37030cef9ba71cf4f856bfd41688a07 (diff)
downloadnginx-374944366103293969d86cbcd5eec7362cb46daf.tar.gz
nginx-374944366103293969d86cbcd5eec7362cb46daf.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 7044a5f11..78e99c563 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.16';
+our $VERSION = '0.8.17';
require XSLoader;
XSLoader::load('nginx', $VERSION);