summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nginx/src/http/modules/perl/nginx.pm
diff options
context:
space:
mode:
authorrobert <robert@openbsd.org>2013-06-01 16:12:54 +0000
committerrobert <robert@openbsd.org>2013-06-01 16:12:54 +0000
commitd8dc9a5250771aed5ee92cbc434097082ef103f1 (patch)
tree1d1294b5132ddb61207c9fcb594f00810c3fdb69 /usr.sbin/nginx/src/http/modules/perl/nginx.pm
parentAs found by kurt, there's a twisty race between exit1 and fork1 (diff)
downloadwireguard-openbsd-d8dc9a5250771aed5ee92cbc434097082ef103f1.tar.xz
wireguard-openbsd-d8dc9a5250771aed5ee92cbc434097082ef103f1.zip
update to nginx-1.4.1 and enable the SPDY module by default
Diffstat (limited to 'usr.sbin/nginx/src/http/modules/perl/nginx.pm')
-rw-r--r--usr.sbin/nginx/src/http/modules/perl/nginx.pm2
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 32684feac89..e3f73611025 100644
--- a/usr.sbin/nginx/src/http/modules/perl/nginx.pm
+++ b/usr.sbin/nginx/src/http/modules/perl/nginx.pm
@@ -50,7 +50,7 @@ our @EXPORT = qw(
HTTP_INSUFFICIENT_STORAGE
);
-our $VERSION = '1.2.9';
+our $VERSION = '%%VERSION%%';
require XSLoader;
XSLoader::load('nginx', $VERSION);