diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2011-11-15 20:33:37 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2011-11-15 20:33:37 +0000 |
| commit | 2fd9b49334d42f4c79edd06a7506ec719f291317 (patch) | |
| tree | 2831c8a576d365e473eba3e56ce4baa247ecbecb /src/http/modules/perl/nginx.pm | |
| parent | 95d76a96edfd70991b2432f0aff64518b16ecabc (diff) | |
| download | nginx-2fd9b49334d42f4c79edd06a7506ec719f291317.tar.gz nginx-2fd9b49334d42f4c79edd06a7506ec719f291317.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 8a77ac601..001acc792 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.1.8'; +our $VERSION = '1.1.9'; require XSLoader; XSLoader::load('nginx', $VERSION); |
