diff src/http/modules/perl/nginx.pm @ 2938:b002fa81b00d stable-0.7

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Jun 2009 08:36:30 +0000
parents 24400ec5e2d5
children 7282f9d25521
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.7.60';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);