From 1daef7d1b0041b9ff9796b6e0eb6776ca43bec85 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 19 Jul 2010 15:27:06 +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 c720a23e8..9704e3880 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 = '0.8.46'; +our $VERSION = '0.8.47'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit