diff src/http/modules/perl/nginx.pm @ 350:5a1bb0129dff NGINX_0_6_19

nginx 0.6.19 *) Bugfix: the 0.6.18 version could not be built.
author Igor Sysoev <http://sysoev.ru>
date Tue, 27 Nov 2007 00:00:00 +0300
parents e10168d6e371
children 84b8345f70d5
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.18';
+our $VERSION = '0.6.19';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);