diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-01-19 19:48:48 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-01-19 19:48:48 +0000 |
| commit | 354a4ef4e5520d1aa637dc35ab6e90880ca41825 (patch) | |
| tree | b62abcb7dc2cee2f67dd14aa0b39b4fd90bc9e0a /src/http/modules/perl/nginx.pm | |
| parent | d7a5ed2ec8a9c9b2f45b9bb3d720394efa92743c (diff) | |
| download | nginx-354a4ef4e5520d1aa637dc35ab6e90880ca41825.tar.gz nginx-354a4ef4e5520d1aa637dc35ab6e90880ca41825.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 d674b0ea3..74703a29c 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.5.8'; +our $VERSION = '0.5.9'; require XSLoader; XSLoader::load('nginx', $VERSION); |
