diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2017-01-24 16:41:29 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2017-01-24 16:41:29 +0300 |
commit | a33ec3dabe5f2fa306d24fa7c9a932cfcbf1c1fd (patch) | |
tree | ccb650de9f27486de3adf74c05100bb3a6d3e9ea /misc | |
parent | e66073c4d3a3d25b001dee617ee22d2a969ceab2 (diff) | |
download | nginx-a33ec3dabe5f2fa306d24fa7c9a932cfcbf1c1fd.tar.gz nginx-a33ec3dabe5f2fa306d24fa7c9a932cfcbf1c1fd.zip |
Updated zlib and PCRE used for win32 builds.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 064fac1bd..d1ef15b69 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,8 +7,8 @@ TEMP = tmp CC = cl OBJS = objs.msvc8 OPENSSL = openssl-1.0.2j -ZLIB = zlib-1.2.8 -PCRE = pcre-8.39 +ZLIB = zlib-1.2.11 +PCRE = pcre-8.40 release: export |