From f9ad2f1545854909fe3656ca35f8fa6ea05b4773 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 27 Nov 2006 14:34:42 +0000 Subject: bump version to 0.5.0 --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/perl') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index f7bd5877e..867a4474b 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.4.14'; +our $VERSION = '0.5.0'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit