aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-09-21 14:41:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-09-21 14:41:05 +0000
commit60739f784279be1b5984060fc4f7aaaadd77a9b6 (patch)
treeed50b1e636504b85105e154778a6f7031168d2e1 /src/http/modules/perl/nginx.pm
parenta770594da370212975bcb3007b72729ce8ab54ed (diff)
downloadnginx-60739f784279be1b5984060fc4f7aaaadd77a9b6.tar.gz
nginx-60739f784279be1b5984060fc4f7aaaadd77a9b6.zip
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 519e6c07c..eee9cbe34 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.6.12';
+our $VERSION = '0.6.13';
require XSLoader;
XSLoader::load('nginx', $VERSION);