Skip to content

Commit

Permalink
Merge pull request #275 from hfm/nginx-1-11-12
Browse files Browse the repository at this point in the history
Update nginx to v1.11.12
  • Loading branch information
matsumotory authored Mar 25, 2017
2 parents 45c4f61 + c3b19cf commit adbe0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ env:
- BUILD_DYNAMIC_MODULE='TRUE'
NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=11
NGINX_SRC_PATCH=11
NGINX_SRC_PATCH=12

before_script:
- curl -L https://www.openssl.org/source/openssl-1.0.2-latest.tar.gz > openssl-1.0.2.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion nginx_version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NGINX_SRC_MAJOR=1
NGINX_SRC_MINOR=11
NGINX_SRC_PATCH=11
NGINX_SRC_PATCH=12
NGINX_SRC_VER=nginx-${NGINX_SRC_MAJOR}.${NGINX_SRC_MINOR}.${NGINX_SRC_PATCH}

0 comments on commit adbe0d1

Please sign in to comment.