diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-07-01 07:38:28 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-07-01 07:38:28 +0000 |
| commit | 0ac3516a0253a0ed50d9235ae2bcb460ef572354 (patch) | |
| tree | 74074b845d07d53253adb1e9bf188368be73a66c /src/http/modules/perl/nginx.pm | |
| parent | 77aedfe79a5a1470857a2f817a223293327a7a5d (diff) | |
| download | nginx-0ac3516a0253a0ed50d9235ae2bcb460ef572354.tar.gz nginx-0ac3516a0253a0ed50d9235ae2bcb460ef572354.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 346c2c052..54e98991f 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.5'; +our $VERSION = '0.7.6'; require XSLoader; XSLoader::load('nginx', $VERSION); |
