diff src/http/modules/perl/nginx.pm @ 2887:78277989e9ea

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 25 May 2009 15:24:20 +0000
parents 24400ec5e2d5
children 6188bdc89e7c
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.7.59';
+our $VERSION = '0.8.0';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);