diff src/http/modules/perl/nginx.pm @ 368:6aeb6e11b9e7 NGINX_0_6_28

nginx 0.6.28 *) Bugfix: the rtsig method could be not built; bug appeared in 0.6.27.
author Igor Sysoev <http://sysoev.ru>
date Thu, 13 Mar 2008 00:00:00 +0300
parents babd3d9efb62
children 9a242235a80a
line wrap: on
line diff
--- 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.6.27';
+our $VERSION = '0.6.28';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);