Update version to 10.40-RC1 and fix consequent version test issue.

This commit is contained in:
Philip Hazel 2021-11-09 17:12:50 +00:00
parent f19e84674e
commit 1ed34b9cb1
3 changed files with 5 additions and 5 deletions

View File

@ -9,9 +9,9 @@ dnl The PCRE2_PRERELEASE feature is for identifying release candidates. It might
dnl be defined as -RC2, for example. For real releases, it should be empty.
m4_define(pcre2_major, [10])
m4_define(pcre2_minor, [39])
m4_define(pcre2_prerelease, [])
m4_define(pcre2_date, [2021-10-29])
m4_define(pcre2_minor, [40])
m4_define(pcre2_prerelease, [-RC1])
m4_define(pcre2_date, [2021-11-09])
# Libtool shared library interface versions (current:revision:age)
m4_define(libpcre2_8_version, [10:4:10])

2
testdata/testinput2 vendored
View File

@ -5767,7 +5767,7 @@ a)"xI
/(?(DEFINE)b)((?<=b).*)/B
/(?(VERSION=10.4)b)((?<=b).*)/B
/(?(VERSION=10.3)b)((?<=b).*)/B
/[aA]b[cC]/IB

View File

@ -17397,7 +17397,7 @@ Subject length lower bound = 1
End
------------------------------------------------------------------
/(?(VERSION=10.4)b)((?<=b).*)/B
/(?(VERSION=10.3)b)((?<=b).*)/B
------------------------------------------------------------------
Bra
Cond