summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-02-12 15:37:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-02-12 15:37:36 +0000
commite5234d3e05fb8114b0fc4397f46997265b9452d2 (patch)
treebe56ae31fa83c0eee85342d923c9878021f0911b /src/http/modules/perl/nginx.pm
parent6b887ef2d839f6ab61a34217f19ef26e243639db (diff)
downloadnginx-e5234d3e05fb8114b0fc4397f46997265b9452d2.tar.gz
nginx-e5234d3e05fb8114b0fc4397f46997265b9452d2.tar.bz2
bump version
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-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 fff4c60f7..63dca3581 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.12';
+our $VERSION = '0.5.13';
require XSLoader;
XSLoader::load('nginx', $VERSION);