diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-25 08:47:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-25 08:47:58 +0000 |
commit | 79fb302daf79e0ffc06c1ba32f28091b762a09a2 (patch) | |
tree | 737e0a1003baa88d5148ac59906378ff0b3d60e8 /src/http/modules/perl/nginx.pm | |
parent | 67b373092448a1e6461d515e2cfa3e84a4b92452 (diff) | |
download | nginx-79fb302daf79e0ffc06c1ba32f28091b762a09a2.tar.gz nginx-79fb302daf79e0ffc06c1ba32f28091b762a09a2.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 373221442..0f185a331 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.10'; +our $VERSION = '0.8.11'; require XSLoader; XSLoader::load('nginx', $VERSION); |