From 2551f4a55ddcb60460fc65fe7a3466647581d277 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 20 Jul 2011 09:29:25 +0000 Subject: bump version: 1.1.0 development 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 10f43ad21..a86f004c0 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.5'; +our $VERSION = '1.1.0'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit