diff src/http/modules/perl/nginx.pm @ 1540:49b477b84a26 stable-0.5

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Sep 2007 04:19:28 +0000
parents 81e9bd416c99
children 3fec7fd2b5b7
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.32';
+our $VERSION = '0.5.33';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);