diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-09-30 13:24:49 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-09-30 13:24:49 +0000 |
| commit | 05596e58393f07e7100b551c73ca1fdbc24aa338 (patch) | |
| tree | ae60e3d0b868293ff183aba66e99152a3a21a8fe /src/http/modules/perl/nginx.pm | |
| parent | 6290ef968613cd6c1ca4c57741229e0af5a1c08b (diff) | |
| download | nginx-05596e58393f07e7100b551c73ca1fdbc24aa338.tar.gz nginx-05596e58393f07e7100b551c73ca1fdbc24aa338.tar.bz2 | |
Version bump.
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 72cedd26a..911502f6e 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.0.6'; +our $VERSION = '1.0.7'; require XSLoader; XSLoader::load('nginx', $VERSION); |
