From 980a0d60a10bc6bf74575ee9917ff68eef789548 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Mon, 6 Aug 2012 16:06:36 +0000 Subject: Version bump. --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/perl') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index b1d60e913..7f825475a 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.2.2'; +our $VERSION = '1.2.3'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit