aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-07-20 11:43:15 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-07-20 11:43:15 +0000
commit193f9f3b148f5f84f4fc9c8e09601f2c768bdfb0 (patch)
tree8ca8be9c70ac1e1490d23d672177b0719cfa5762 /src/http/modules/perl/nginx.pm
parentb190c391c0d4476dd47a1ba3c0c81de5f49a46b7 (diff)
downloadnginx-193f9f3b148f5f84f4fc9c8e09601f2c768bdfb0.tar.gz
nginx-193f9f3b148f5f84f4fc9c8e09601f2c768bdfb0.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 c8f77a466..75d0a1307 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.8.6';
+our $VERSION = '0.8.7';
require XSLoader;
XSLoader::load('nginx', $VERSION);