diff src/http/modules/perl/nginx.pm @ 1096:57db008a70ce

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 05 Feb 2007 14:49:52 +0000
parents b63809fd5479
children 66dc91c02e3f
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.5.11';
+our $VERSION = '0.5.12';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);