diff options
| author | 2011-10-03 17:38:55 +0000 | |
|---|---|---|
| committer | 2011-10-03 17:38:55 +0000 | |
| commit | 8b413955cdde85d1ba40a94ad03676cb45c42249 (patch) | |
| tree | df549078432b234c875e28dfb347dfb284645777 /usr.sbin/nginx/src/http/modules/perl/nginx.pm | |
| parent | sync after mono module change (diff) | |
| download | wireguard-openbsd-8b413955cdde85d1ba40a94ad03676cb45c42249.tar.xz wireguard-openbsd-8b413955cdde85d1ba40a94ad03676cb45c42249.zip | |
update to nginx-1.0.8 which includes many bugfixes
for a complete list please check the CHANGES file
Diffstat (limited to 'usr.sbin/nginx/src/http/modules/perl/nginx.pm')
| -rw-r--r-- | usr.sbin/nginx/src/http/modules/perl/nginx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nginx/src/http/modules/perl/nginx.pm b/usr.sbin/nginx/src/http/modules/perl/nginx.pm index 72cedd26a79..a4736a4cbdc 100644 --- a/usr.sbin/nginx/src/http/modules/perl/nginx.pm +++ b/usr.sbin/nginx/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.8'; require XSLoader; XSLoader::load('nginx', $VERSION); |
