diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-11-16 14:52:22 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-16 14:52:22 +0000 |
| commit | 664ca88d335026bc927d6eb73a7f3a299929b7ef (patch) | |
| tree | e700b39512ab7c0a0068882f53053eaa61c14262 /src/http/modules/perl/nginx.pm | |
| parent | 50f96713b7c3ca7bd8138c6547bd60fc6b1d8f1a (diff) | |
| download | nginx-664ca88d335026bc927d6eb73a7f3a299929b7ef.tar.gz nginx-664ca88d335026bc927d6eb73a7f3a299929b7ef.tar.bz2 | |
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 710bcf675..5dab6254e 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.63'; +our $VERSION = '0.7.64'; require XSLoader; XSLoader::load('nginx', $VERSION); |
