diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-11-30 13:26:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-11-30 13:26:21 +0000 |
commit | 86ffd9b10f01c977d2354b00dc8f104fa6f001e2 (patch) | |
tree | c2b9ad5ac92c8505076e0414577bfec95513d5cd /src/http/modules/perl/nginx.pm | |
parent | 044fef73598473729793504f190bffc801cbf5da (diff) | |
download | nginx-86ffd9b10f01c977d2354b00dc8f104fa6f001e2.tar.gz nginx-86ffd9b10f01c977d2354b00dc8f104fa6f001e2.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 b2b72c221..a08eebd7d 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.1'; +our $VERSION = '0.9.2'; require XSLoader; XSLoader::load('nginx', $VERSION); |