aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-11-24 13:41:37 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-11-24 13:41:37 +0000
commit601ca7cd6e8ba5fce8e87cfd122591a46b1136ff (patch)
treecbf0ff88ae5a256c37b38a8da1aad025bbdb851e /src/http/modules/perl/nginx.pm
parent6a97f0e6f2245473615b021a3ab7adbda7a011f7 (diff)
downloadnginx-601ca7cd6e8ba5fce8e87cfd122591a46b1136ff.tar.gz
nginx-601ca7cd6e8ba5fce8e87cfd122591a46b1136ff.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 faff340e2..a2a0f7470 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -48,7 +48,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '0.8.53';
+our $VERSION = '0.9.0';
require XSLoader;
XSLoader::load('nginx', $VERSION);