diff src/http/modules/perl/nginx.pm @ 3947:7890c9617eb5 stable-0.8

bump version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 19 Jul 2011 13:49:44 +0000
parents f9c3f70c798a
children
line wrap: on
line diff
--- 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.54';
+our $VERSION = '0.8.55';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);