diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-07-05 18:30:56 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-07-05 18:30:56 +0300 |
commit | f629c1670db9e2812f8aba6727c28be44d0a5897 (patch) | |
tree | 29d5216890118bde4400b5b1728d7e0108b0dfe4 /misc | |
parent | a7c6f8c1d7cb817bf84b639ee0933f9ffed05275 (diff) | |
download | nginx-f629c1670db9e2812f8aba6727c28be44d0a5897.tar.gz nginx-f629c1670db9e2812f8aba6727c28be44d0a5897.zip |
Updated PCRE used for win32 builds.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/GNUmakefile b/misc/GNUmakefile index ff9bee603..0d1ad87a2 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -7,7 +7,7 @@ TEMP = tmp OBJS = objs.msvc8 OPENSSL = openssl-1.0.2h ZLIB = zlib-1.2.8 -PCRE = pcre-8.38 +PCRE = pcre-8.39 release: export |