From 0f3d6715e73777cede6019b6eeb808050a9247b8 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 9 Feb 2012 16:18:02 +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 7f060d745..b671c2dd0 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.1.14'; +our $VERSION = '1.1.15'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit