diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-10-16 13:20:47 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-10-16 13:20:47 +0000 |
commit | 84ab8f2bc8200b091d87e893cb12c2f3a27e4306 (patch) | |
tree | 43bb9717f640513e863b272b8097b73db5f43545 /src/http/modules/perl/nginx.pm | |
parent | 17287d9520ecee7575147d0786a6f409ba8abadb (diff) | |
download | nginx-84ab8f2bc8200b091d87e893cb12c2f3a27e4306.tar.gz nginx-84ab8f2bc8200b091d87e893cb12c2f3a27e4306.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 4b93284e0..ed620a6c8 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.7.19'; +our $VERSION = '0.7.20'; require XSLoader; XSLoader::load('nginx', $VERSION); |