Update PCRE2 from 10.20 to 10.21

This commit is contained in:
Bram Matthys 2016-04-04 16:10:11 +02:00
parent 0966e5f859
commit 8199b26137
3 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -6801,7 +6801,7 @@ fi
if test "x$with_system_pcre2" = "xno"; then :
pcre2_version="10.20"
pcre2_version="10.21"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: extracting PCRE2 regex library" >&5
$as_echo "extracting PCRE2 regex library" >&6; }
cur_dir=`pwd`

View file

@ -642,7 +642,7 @@ PKG_CHECK_MODULES([TRE], tre >= 0.7.5)
AS_IF([test "x$with_system_pcre2" = "xno"],[
dnl REMEMBER TO CHANGE WITH A NEW PCRE2 RELEASE!
pcre2_version="10.20"
pcre2_version="10.21"
AC_MSG_RESULT(extracting PCRE2 regex library)
cur_dir=`pwd`
cd extras

Binary file not shown.