From 6778476a6640903eb4d495933b4d251c34f52a08 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 13 Dec 2006 15:11:27 +0000 Subject: bump version --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 2f6a66306..9cab14295 100644 --- 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.5.3'; +our $VERSION = '0.5.4'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit