diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-07-29 08:10:22 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-07-29 08:10:22 +0000 |
commit | 6f2796af040a298ff4503cc235f80952a54ed9e6 (patch) | |
tree | 13cb348be2ab72ddb1ba109dcd14f051a26b7a57 /src/http/modules/perl/nginx.pm | |
parent | 08df048d6d0e2b3c51d3ddb0eb522130fe096eaf (diff) | |
download | nginx-6f2796af040a298ff4503cc235f80952a54ed9e6.tar.gz nginx-6f2796af040a298ff4503cc235f80952a54ed9e6.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 9704e3880..f0dadcb14 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.8.47'; +our $VERSION = '0.8.48'; require XSLoader; XSLoader::load('nginx', $VERSION); |