diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-11-15 15:42:39 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-11-15 15:42:39 +0000 |
| commit | 5589bcf969a9324fee6cc68111212ef422c85b21 (patch) | |
| tree | e4801e8141f456389b3a0e46e8682d66bd7f1ce3 /src/http/modules/perl/nginx.pm | |
| parent | fb676bae98e4d7cd4151ad5975a42ed1dbea6b3a (diff) | |
| download | nginx-5589bcf969a9324fee6cc68111212ef422c85b21.tar.gz nginx-5589bcf969a9324fee6cc68111212ef422c85b21.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 8db8d89f7..0981d1a93 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.6.17'; +our $VERSION = '0.6.18'; require XSLoader; XSLoader::load('nginx', $VERSION); |
