aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-09-15 17:10:23 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-09-15 17:10:23 +0000
commitf8403702bae9971701052c5ef7b205d4ec7cb87b (patch)
treeaab6559fa24789eeec651bef8a8a4e86d6cae88e /src/http/modules/perl/nginx.pm
parent91f3fc94e4714e3210051fb12b3afb5b315fcc91 (diff)
downloadnginx-f8403702bae9971701052c5ef7b205d4ec7cb87b.tar.gz
nginx-f8403702bae9971701052c5ef7b205d4ec7cb87b.zip
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 c837bd8b2..5c57be8a2 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.7.17';
+our $VERSION = '0.7.18';
require XSLoader;
XSLoader::load('nginx', $VERSION);