From e644e370794b350f4d05ae0058dd035253aa5e51 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 1 Oct 2011 06:06:17 +0000 Subject: Changes with nginx 1.0.8 01 Oct 2011 *) Bugfix: nginx could not be built --with-http_mp4_module and without --with-debug option. --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/perl/nginx.pm') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 911502f6e..a4736a4cb 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.7'; +our $VERSION = '1.0.8'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit v1.2.1