diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-08-31 13:50:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-08-31 13:50:37 +0000 |
commit | c76ba2b2c5f4b8cebf1120ec774599ee5494db7f (patch) | |
tree | 1baf9304deeb85dabbdecd8da5a7d9572acc5e42 /src/http/modules/perl/nginx.pm | |
parent | de1f62dc7609d2d8ccf6cfe2d84456215be8e4c5 (diff) | |
download | nginx-c76ba2b2c5f4b8cebf1120ec774599ee5494db7f.tar.gz nginx-c76ba2b2c5f4b8cebf1120ec774599ee5494db7f.zip |
bump version
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 6089126bd..4b5325361 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.8.12'; +our $VERSION = '0.8.13'; require XSLoader; XSLoader::load('nginx', $VERSION); |