From 023e0da8dc6b01d6c7a226963edec97d08ca91ad Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 1 Oct 2011 05:35:34 +0000 Subject: Version bump. --- 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 911502f6e..a4736a4cb 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.0.7'; +our $VERSION = '1.0.8'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit