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
path: root/src/http
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-11-07 17:38:41 +0300
committerIgor Sysoev <igor@sysoev.ru>2007-11-07 17:38:41 +0300
commit53032036da52eec4c944b2a4fb24865e0c1ac44c (patch)
tree79afb74482eb2759c47a26308946ef2ae34da5d2 /src/http
parentd1a24e94fae876c92fcfe5e1a30a71c8c117e740 (diff)
bump version
Diffstat (limited to 'src/http')
-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 29aaa337a..f7783d59d 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.33';
+our $VERSION = '0.5.34';
require XSLoader;
XSLoader::load('nginx', $VERSION);