From 1d03cd6676331c269f5b5510b62fe6533ba09964 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 14 Jul 2009 08:18:38 +0000 Subject: bump version --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 317cf2459..c8f77a466 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.5'; +our $VERSION = '0.8.6'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit