diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-05-12 10:08:28 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-12 10:08:28 +0000 |
| commit | c11582a983febd42acda13a91886aa0d84858236 (patch) | |
| tree | 7e81d20e61688330c884c10eb0d8bca811f0cdf2 /src/http/modules/perl/nginx.pm | |
| parent | 4a7c3bf14d75459426c7f9d4013a31038ea7f204 (diff) | |
| download | nginx-c11582a983febd42acda13a91886aa0d84858236.tar.gz nginx-c11582a983febd42acda13a91886aa0d84858236.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 4fb9cff70..03e2834ce 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.6.31'; +our $VERSION = '0.7.0'; require XSLoader; XSLoader::load('nginx', $VERSION); |
