Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-24 18:36:21 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-07-24 18:36:21 +0400
commit5025c6e6dac774dfd6682da8054d5bd5ef6709ee (patch)
tree997af24f4150746fdbb9c91770107672059e8a24 /src/http/modules
parentc805df56407d4968a968753642ce870dcd734ec3 (diff)
bump version
Diffstat (limited to 'src/http/modules')
-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 1f263b271..8933e2c62 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.29';
+our $VERSION = '0.5.30';
require XSLoader;
XSLoader::load('nginx', $VERSION);