diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 11:49:18 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-07-07 11:49:18 +0000 |
| commit | 51d70b398a17847367e4ebb49eae8f74c05c27d5 (patch) | |
| tree | dbeed5ef66dd22880392b0afcbb38bd0d6d0fceb /src/http/modules/perl/nginx.pm | |
| parent | 232dc353cc9f2000e62c52d6ae21f978921c5fe8 (diff) | |
| download | nginx-51d70b398a17847367e4ebb49eae8f74c05c27d5.tar.gz nginx-51d70b398a17847367e4ebb49eae8f74c05c27d5.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 bd0e8c0e4..c68b479b8 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.5.36'; +our $VERSION = '0.5.37'; require XSLoader; XSLoader::load('nginx', $VERSION); |
