diff src/http/modules/perl/nginx.pm @ 2960:7282f9d25521 stable-0.7

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:23:35 +0000
parents b002fa81b00d
children 588c4b56875e
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.60';
+our $VERSION = '0.7.61';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);