diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2020-03-03 18:03:28 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2020-03-03 18:03:28 +0300 |
commit | 7bff8248787eb60912665c10a0e94d9c2a430af2 (patch) | |
tree | 729001c32b17e0757a559093bce787a1d669464b /misc | |
parent | 76ac67b36f2db9acb2aeb4672f0aeaa8008e7d93 (diff) | |
download | nginx-7bff8248787eb60912665c10a0e94d9c2a430af2.tar.gz nginx-7bff8248787eb60912665c10a0e94d9c2a430af2.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 6938fe91c..0055730b9 100644 --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -8,7 +8,7 @@ CC = cl OBJS = objs.msvc8 OPENSSL = openssl-1.1.1d ZLIB = zlib-1.2.11 -PCRE = pcre-8.43 +PCRE = pcre-8.44 release: export |