From faf6380c3c66a3f75d50071ee668fc151ef77a9d Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 12 Apr 2012 12:47:36 +0000 Subject: Version bump. --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 056a62b22..76ec1d391 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -50,7 +50,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.0.14'; +our $VERSION = '1.0.15'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit