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>2008-12-22 18:40:12 +0300
committerIgor Sysoev <igor@sysoev.ru>2008-12-22 18:40:12 +0300
commit2a7ce7b878ae9ef4ba617314d2fc349da1ec475d (patch)
tree981d1cc14abea792a29d613836b8ebcc44a53e51 /src/http/modules/perl
parentf595a5d01cbaf3b8888dc61b2f091999544270c3 (diff)
bump version
Diffstat (limited to 'src/http/modules/perl')
-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 8c3b2f0d7..668a472f6 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.7.28';
+our $VERSION = '0.7.29';
require XSLoader;
XSLoader::load('nginx', $VERSION);