From 2c72df5ed491f7e915724dcb80d59d44d1e431f3 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 23 Jun 2010 14:49:57 +0000 Subject: bump version --- 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 0d2e349b6..500840249 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.42'; +our $VERSION = '0.8.43'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit