diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-09-23 15:27:17 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-09-23 15:27:17 +0000 |
commit | 374944366103293969d86cbcd5eec7362cb46daf (patch) | |
tree | 71d0e1ccfc57a78f25e1ba2d7f153c25b65c3d97 /src/http/modules/perl/nginx.pm | |
parent | b6222342d37030cef9ba71cf4f856bfd41688a07 (diff) | |
download | nginx-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.pm | 2 |
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); |