Skip to content

Commit 1ed34b9

Browse files
committed
Update version to 10.40-RC1 and fix consequent version test issue.
1 parent f19e846 commit 1ed34b9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ dnl The PCRE2_PRERELEASE feature is for identifying release candidates. It might
99
dnl be defined as -RC2, for example. For real releases, it should be empty.
1010

1111
m4_define(pcre2_major, [10])
12-
m4_define(pcre2_minor, [39])
13-
m4_define(pcre2_prerelease, [])
14-
m4_define(pcre2_date, [2021-10-29])
12+
m4_define(pcre2_minor, [40])
13+
m4_define(pcre2_prerelease, [-RC1])
14+
m4_define(pcre2_date, [2021-11-09])
1515

1616
# Libtool shared library interface versions (current:revision:age)
1717
m4_define(libpcre2_8_version, [10:4:10])

testdata/testinput2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5767,7 +5767,7 @@ a)"xI
57675767

57685768
/(?(DEFINE)b)((?<=b).*)/B
57695769

5770-
/(?(VERSION=10.4)b)((?<=b).*)/B
5770+
/(?(VERSION=10.3)b)((?<=b).*)/B
57715771

57725772
/[aA]b[cC]/IB
57735773

testdata/testoutput2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17397,7 +17397,7 @@ Subject length lower bound = 1
1739717397
End
1739817398
------------------------------------------------------------------
1739917399

17400-
/(?(VERSION=10.4)b)((?<=b).*)/B
17400+
/(?(VERSION=10.3)b)((?<=b).*)/B
1740117401
------------------------------------------------------------------
1740217402
Bra
1740317403
Cond

0 commit comments

Comments
 (0)