diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-03-18 14:40:21 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-18 14:40:21 +0000 |
commit | 61818c47afc4e4db3c4a4955fd93e79f8fbe0c44 (patch) | |
tree | 3556bb189f6a8244def4e9d6d47d3cff07edcd86 /src/http/modules/perl/nginx.pm | |
parent | c2edb86543f1c1d457ce9e1f185968fb62a5e3f4 (diff) | |
download | nginx-61818c47afc4e4db3c4a4955fd93e79f8fbe0c44.tar.gz nginx-61818c47afc4e4db3c4a4955fd93e79f8fbe0c44.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 a07a842d3..5326ed0e5 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.43'; +our $VERSION = '0.7.44'; require XSLoader; XSLoader::load('nginx', $VERSION); |