diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-12-14 10:33:37 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-12-14 10:33:37 +0000 |
| commit | 579b6f6b07c7a7ac6a16820d15d1223d99f292c0 (patch) | |
| tree | 89430a64a0739dbf9f09d1ac18ef4db09d3fe6c8 /src/http/modules/perl/nginx.pm | |
| parent | 92366a725fb7f9cbc07538a1a768b731f6f5f0a7 (diff) | |
| download | nginx-579b6f6b07c7a7ac6a16820d15d1223d99f292c0.tar.gz nginx-579b6f6b07c7a7ac6a16820d15d1223d99f292c0.tar.bz2 | |
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 faff340e2..e403459bc 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.8.53'; +our $VERSION = '0.8.54'; require XSLoader; XSLoader::load('nginx', $VERSION); |
