aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-04-23 08:14:57 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-04-23 08:14:57 +0000
commitdce9672ca666a79fae9eba84b34ab266dfd96500 (patch)
tree51a73fe34cfc0f50f757199a9b148353d86e7b54 /src/http/modules/perl/nginx.pm
parentb515fca22475bc107539e609d56301850701754a (diff)
downloadnginx-dce9672ca666a79fae9eba84b34ab266dfd96500.tar.gz
nginx-dce9672ca666a79fae9eba84b34ab266dfd96500.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 b2e895c99..c05474445 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.36';
+our $VERSION = '0.8.37';
require XSLoader;
XSLoader::load('nginx', $VERSION);