diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-10-01 06:06:17 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2011-10-01 06:06:17 +0000 |
commit | e644e370794b350f4d05ae0058dd035253aa5e51 (patch) | |
tree | b47f198e0c9dd53cbdfc9cc5f4b3f34630930e7a /src/http/modules/perl/nginx.pm | |
parent | ceabf6221ad8c935df53476e397b4a00475fabe1 (diff) | |
download | nginx-1.0.8.tar.gz |
Changes with nginx 1.0.8 01 Oct 2011v1.0.8
*) Bugfix: nginx could not be built --with-http_mp4_module and without
--with-debug option.
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 911502f6e..a4736a4cb 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.7'; +our $VERSION = '1.0.8'; require XSLoader; XSLoader::load('nginx', $VERSION); |