diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-11-29 19:39:26 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-11-29 19:39:26 +0000 |
commit | c219a6f7d0313becc8925a81521a7e210b933cb3 (patch) | |
tree | 9fd468e64b346a5623ec3843bd2b86f14ed9d40b /src/http/modules/perl/nginx.pm | |
parent | ad9272fac3f31ffff0507821acbe9a85a3037843 (diff) | |
download | nginx-c219a6f7d0313becc8925a81521a7e210b933cb3.tar.gz nginx-c219a6f7d0313becc8925a81521a7e210b933cb3.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 a2a0f7470..b2b72c221 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.9.0'; +our $VERSION = '0.9.1'; require XSLoader; XSLoader::load('nginx', $VERSION); |