From 5a1d76c9f25828f871904522dd7ab140496aac97 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 16 Nov 2012 07:49:41 +0000 Subject: Version bump. --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 75f00d531..73989c8c3 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -50,7 +50,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.3.8'; +our $VERSION = '1.3.9'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit