summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-08-21 19:46:20 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-08-21 19:46:20 +0000
commita8803ade99b5ee373d60d5ad5759b1c0c7b62351 (patch)
tree99f68d7afec5ceb3d03a44e2120ada8e6c994e6b /src/http/modules/perl/nginx.pm
parent38bfa9dd7224fb24dae671875e3481d31408ee81 (diff)
downloadnginx-a8803ade99b5ee373d60d5ad5759b1c0c7b62351.tar.gz
nginx-a8803ade99b5ee373d60d5ad5759b1c0c7b62351.tar.bz2
bump version
Diffstat (limited to '')
-rw-r--r--src/http/modules/perl/nginx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm
index b87a33ef0..6c6658b9d 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.31';
+our $VERSION = '0.5.32';
require XSLoader;
XSLoader::load('nginx', $VERSION);