We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d8ac3e + dbd4b13 commit 5108d7cCopy full SHA for 5108d7c
.travis.yml
@@ -19,10 +19,10 @@ env:
19
NGINX_SRC_PATCH=3
20
- NGINX_SRC_MAJOR=1
21
NGINX_SRC_MINOR=8
22
- NGINX_SRC_PATCH=0
+ NGINX_SRC_PATCH=1
23
24
NGINX_SRC_MINOR=9
25
- NGINX_SRC_PATCH=9
+ NGINX_SRC_PATCH=10
26
27
before_script:
28
- curl -L https://www.openssl.org/source/openssl-1.0.2-latest.tar.gz > openssl-1.0.2.tar.gz
nginx_version
@@ -1,4 +1,4 @@
1
NGINX_SRC_MAJOR=1
2
3
-NGINX_SRC_PATCH=9
+NGINX_SRC_PATCH=10
4
NGINX_SRC_VER=nginx-${NGINX_SRC_MAJOR}.${NGINX_SRC_MINOR}.${NGINX_SRC_PATCH}
0 commit comments