File tree 3 files changed +5
-5
lines changed 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ dnl The PCRE2_PRERELEASE feature is for identifying release candidates. It might
9
9
dnl be defined as -RC2, for example. For real releases, it should be empty.
10
10
11
11
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 ] )
15
15
16
16
# Libtool shared library interface versions (current:revision:age)
17
17
m4_define ( libpcre2_8_version , [ 10:4:10] )
Original file line number Diff line number Diff line change @@ -5767,7 +5767,7 @@ a)"xI
5767
5767
5768
5768
/(?(DEFINE)b)((?<=b).*)/B
5769
5769
5770
- /(?(VERSION=10.4 )b)((?<=b).*)/B
5770
+ /(?(VERSION=10.3 )b)((?<=b).*)/B
5771
5771
5772
5772
/[aA]b[cC]/IB
5773
5773
Original file line number Diff line number Diff line change @@ -17397,7 +17397,7 @@ Subject length lower bound = 1
17397
17397
End
17398
17398
------------------------------------------------------------------
17399
17399
17400
- /(?(VERSION=10.4 )b)((?<=b).*)/B
17400
+ /(?(VERSION=10.3 )b)((?<=b).*)/B
17401
17401
------------------------------------------------------------------
17402
17402
Bra
17403
17403
Cond
You can’t perform that action at this time.
0 commit comments