diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-11-01 10:10:50 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-11-01 10:10:50 +0000 |
| commit | 116e15f03aec385367706aeb3888ff6291cde7b5 (patch) | |
| tree | 390e92202af7c5546659841bffe79ff0bee98075 /src/http/modules/perl/nginx.pm | |
| parent | 99a5c11b9397660a7a187be147dfb401e3bf7e29 (diff) | |
| download | nginx-116e15f03aec385367706aeb3888ff6291cde7b5.tar.gz nginx-116e15f03aec385367706aeb3888ff6291cde7b5.tar.bz2 | |
Version bump.
Diffstat (limited to '')
| -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 a4736a4cb..fc232a416 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 = '1.0.8'; +our $VERSION = '1.0.9'; require XSLoader; XSLoader::load('nginx', $VERSION); |
