diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-02-05 14:49:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-02-05 14:49:52 +0000 |
commit | e980185ee00005f0570a95dd5f9cb6f79fed3b04 (patch) | |
tree | 4f81e8dd8e9cc9bf0887d4bccc2dace3889d0fce /src/http/modules/perl/nginx.pm | |
parent | ef5c21317482733489e8523c4d189651ccc89e59 (diff) | |
download | nginx-e980185ee00005f0570a95dd5f9cb6f79fed3b04.tar.gz nginx-e980185ee00005f0570a95dd5f9cb6f79fed3b04.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 707307da7..fff4c60f7 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.5.11'; +our $VERSION = '0.5.12'; require XSLoader; XSLoader::load('nginx', $VERSION); |