diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-05-26 09:54:17 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-26 09:54:17 +0000 |
commit | 9b1fe561480de82feed414250cc802c7d9afd897 (patch) | |
tree | 5c7e8bfeb6822aaa0d42b4a635d0dc09755f40fc /src/http/modules/perl/nginx.pm | |
parent | 958c3de460744aa2fdf91d25e425635a66588479 (diff) | |
download | nginx-9b1fe561480de82feed414250cc802c7d9afd897.tar.gz nginx-9b1fe561480de82feed414250cc802c7d9afd897.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 80eec7d57..dd25f103c 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.1'; +our $VERSION = '0.7.2'; require XSLoader; XSLoader::load('nginx', $VERSION); |