diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-09-15 17:10:23 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-09-15 17:10:23 +0000 |
commit | f8403702bae9971701052c5ef7b205d4ec7cb87b (patch) | |
tree | aab6559fa24789eeec651bef8a8a4e86d6cae88e /src/http/modules/perl/nginx.pm | |
parent | 91f3fc94e4714e3210051fb12b3afb5b315fcc91 (diff) | |
download | nginx-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.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 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); |