details: http://freenginx.org/hg/nginx/rev/2c6e0b66de6a branches: changeset: 9424:2c6e0b66de6a user: Maxim Dounin <[email protected]> date: Tue Sep 23 04:58:51 2025 +0300 description: Updated PCRE2 used for win32 builds.
diffstat: misc/GNUmakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -8,7 +8,7 @@ CC = cl OBJS = objs.msvc8 OPENSSL = openssl-3.0.17 ZLIB = zlib-1.3.1 -PCRE = pcre2-10.45 +PCRE = pcre2-10.46 release: export
