diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-11-12 10:48:27 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-11-12 10:48:27 +0000 |
commit | 038a9201e64beeb3a1f246c0cbf303ae5ca566ae (patch) | |
tree | 220d37807ab97415d3332bd76f14202590cb7de8 /src/http/modules/perl/nginx.pm | |
parent | 0f0bda5ba2f87a186ac7cefa1f1e6b9d67273387 (diff) | |
download | nginx-038a9201e64beeb3a1f246c0cbf303ae5ca566ae.tar.gz nginx-038a9201e64beeb3a1f246c0cbf303ae5ca566ae.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 d83e81de7..3562bef45 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.21'; +our $VERSION = '0.7.22'; require XSLoader; XSLoader::load('nginx', $VERSION); |