diff src/http/modules/perl/nginx.pm @ 2003:fe94e3e28fea

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 May 2008 10:08:28 +0000
parents f711544d01b4
children c5535c2f6942
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.31';
+our $VERSION = '0.7.0';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);