diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-01-25 22:19:34 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-25 22:19:34 +0000 |
commit | 92929b9799c166401398a7ca7af34bd91cb94a61 (patch) | |
tree | 1a753d194ce564146e14ced3b7cfe6fe400270e8 /src/http/modules/perl/nginx.pm | |
parent | ac43f7b946a59ec1acc0d4b1bc8541acfb41ed53 (diff) | |
download | nginx-92929b9799c166401398a7ca7af34bd91cb94a61.tar.gz nginx-92929b9799c166401398a7ca7af34bd91cb94a61.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 4ba6c2a4f..707307da7 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.10'; +our $VERSION = '0.5.11'; require XSLoader; XSLoader::load('nginx', $VERSION); |