From 964b4bda466e5d2750dd4e9c14de9aa9d09cda5d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 17 Jun 2007 19:27:11 +0000 Subject: bump 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 550cf1f3e..f59fd4377 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -47,7 +47,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.5.26'; +our $VERSION = '0.5.27'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit