From 67effaff99d59f43db2685609629b0dd86c59744 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 4 Dec 2006 17:05:07 +0000 Subject: bump version --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/perl/nginx.pm') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 867a4474b..c74ffd7bd 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -17,7 +17,7 @@ our @EXPORT = qw( HTTP_SERVER_ERROR ); -our $VERSION = '0.5.0'; +our $VERSION = '0.5.1'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit