X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=nginx%2Fsrc%2Fhttp%2Fmodules%2Fperl%2Fnginx.pm;h=434893e7185f0db5f74161667fc156e9e7bd4ba6;hb=refs%2Ftags%2F0.7.39;hp=0f163f0ffce54ec36c2c52b61be5d05fececde2c;hpb=850af026c3ce216b181a85b017f7c9d70492ad41;p=nginx.git diff --git a/nginx/src/http/modules/perl/nginx.pm b/nginx/src/http/modules/perl/nginx.pm index 0f163f0..434893e 100644 --- a/nginx/src/http/modules/perl/nginx.pm +++ b/nginx/src/http/modules/perl/nginx.pm @@ -47,7 +47,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.7.33'; +our $VERSION = '0.7.39'; require XSLoader; XSLoader::load('nginx', $VERSION);