diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-03-26 14:52:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-03-26 14:52:52 +0000 |
| commit | 035b9c5d240d862ad2c787ca37022e1264a17279 (patch) | |
| tree | 9cdb719f61789b998b2db52692ca38f64ffecf5b /src/http/modules/perl/nginx.pm | |
| parent | 7c2ea8846d278dcc3106feddd68a93d2801f5757 (diff) | |
| download | nginx-035b9c5d240d862ad2c787ca37022e1264a17279.tar.gz nginx-035b9c5d240d862ad2c787ca37022e1264a17279.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 12d6b25bb..d58927351 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.16'; +our $VERSION = '0.5.17'; require XSLoader; XSLoader::load('nginx', $VERSION); |
