diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-08-03 18:24:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-08-03 18:24:18 +0000 |
commit | 6dd6aefaa7bfef189facce4c5f2866c45d5897fc (patch) | |
tree | 9fbbc1e3bae99daa01ee1c73f27d72c6f455923c /src/http/modules/perl/nginx.pm | |
parent | 4cece441d67ebdfd1d488e03dfdedb16d9c7c4bc (diff) | |
download | nginx-6dd6aefaa7bfef189facce4c5f2866c45d5897fc.tar.gz nginx-6dd6aefaa7bfef189facce4c5f2866c45d5897fc.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 f0dadcb14..bbde69a2f 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.48'; +our $VERSION = '0.8.49'; require XSLoader; XSLoader::load('nginx', $VERSION); |