diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-08-26 17:23:27 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-26 17:23:27 +0000 |
commit | b0f1db101037b0f6f7b96ec62458697bddfc352c (patch) | |
tree | f8f1e57e42a1ec227550d8be508c4987d1aca51c /src/http/modules/perl/nginx.pm | |
parent | 29effadf5d5917d7ba0a51ff2c2dbef41970b709 (diff) | |
download | nginx-b0f1db101037b0f6f7b96ec62458697bddfc352c.tar.gz nginx-b0f1db101037b0f6f7b96ec62458697bddfc352c.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 4e18a65fe..818b37fb6 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.13'; +our $VERSION = '0.7.14'; require XSLoader; XSLoader::load('nginx', $VERSION); |