From 2357905735d0d82ebb35a32f12ccb3344b3e3cb9 Mon Sep 17 00:00:00 2001
From: Lee <ler762@users.sourceforge.net>
Date: Fri, 12 Apr 2024 04:46:22 -0400
Subject: [PATCH] bump PCRE library to pcre2-10.43

---
 windows/MYconfigure | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/windows/MYconfigure b/windows/MYconfigure
index fa063ff6..204091aa 100755
--- a/windows/MYconfigure
+++ b/windows/MYconfigure
@@ -146,9 +146,9 @@ usepcre2=yes
 #
 if [ "$usepcre2" = "yes" ]; then
     PCREOPT=""
-    inc="/source/pcre2-10.42/src/"
+    inc="/source/pcre2-10.43/src/"
       # need pcre2.h
-    lib="/source/pcre2-10.42/.libs"
+    lib="/source/pcre2-10.43/.libs"
       # need libpcre2-8.a & libpcre2-posix.a
 else
     PCREOPT="--disable-pcre2"
-- 
2.49.0