diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-10-07 12:48:05 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-10-07 12:48:05 +0000 |
commit | 9e5463364566f855a0f0b7d7725a4014995bd5e3 (patch) | |
tree | 5fc2db9ff693d93a36b6a57644130590d6153104 /src/http/modules/perl/nginx.pm | |
parent | 45f7ff60fc1cb85a40843d1c131c040d0804fd30 (diff) | |
download | nginx-9e5463364566f855a0f0b7d7725a4014995bd5e3.tar.gz nginx-9e5463364566f855a0f0b7d7725a4014995bd5e3.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 6e96912e7..90d7c4a49 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.8.19'; +our $VERSION = '0.8.20'; require XSLoader; XSLoader::load('nginx', $VERSION); |