From 374944366103293969d86cbcd5eec7362cb46daf Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 23 Sep 2009 15:27:17 +0000 Subject: bump version --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/perl/nginx.pm') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 7044a5f11..78e99c563 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.16'; +our $VERSION = '0.8.17'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit