summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-15 15:42:39 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-11-15 15:42:39 +0000
commit5589bcf969a9324fee6cc68111212ef422c85b21 (patch)
treee4801e8141f456389b3a0e46e8682d66bd7f1ce3 /src/http/modules/perl/nginx.pm
parentfb676bae98e4d7cd4151ad5975a42ed1dbea6b3a (diff)
downloadnginx-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.pm2
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);