diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-08-11 10:17:02 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-08-11 10:17:02 +0000 |
| commit | c7684f5afbcf859539add9b8e5bf52fad0717cf8 (patch) | |
| tree | 8258eab4ac56bc42decbdbbdb404b3dbfad405b4 /src/http/modules/perl/nginx.pm | |
| parent | 6c6f52132ef5ce269595ace46508db03624aee2a (diff) | |
| download | nginx-c7684f5afbcf859539add9b8e5bf52fad0717cf8.tar.gz nginx-c7684f5afbcf859539add9b8e5bf52fad0717cf8.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 8933e2c62..b87a33ef0 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.30'; +our $VERSION = '0.5.31'; require XSLoader; XSLoader::load('nginx', $VERSION); |
