diff options
| author | 2013-01-14 17:08:13 +0000 | |
|---|---|---|
| committer | 2013-01-14 17:08:13 +0000 | |
| commit | 57d57cb0b15c99e0ecf0f2944ae4238d4cb96ed0 (patch) | |
| tree | 3faa7d39eec844173615758a5bae0e09cb631baf /usr.sbin/nginx/src/http/modules/perl/nginx.pm | |
| parent | kroute.c rev 1.69 of ospfd for ospf6d (diff) | |
| download | wireguard-openbsd-57d57cb0b15c99e0ecf0f2944ae4238d4cb96ed0.tar.xz wireguard-openbsd-57d57cb0b15c99e0ecf0f2944ae4238d4cb96ed0.zip | |
update to nginx-1.2.6
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 28de1d53139..0f720d84d7e 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.5'; +our $VERSION = '1.2.6'; require XSLoader; XSLoader::load('nginx', $VERSION); |
