Skip to content

Commit 861eda2

Browse files
authored
Bump pcre to 10.46 on Windows (#129)
1 parent 3a0f050 commit 861eda2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
submodules: recursive
2020

2121
- name: Download PCRE2 sources
22-
run: ./init.ps1 -pcre "10.45"
22+
run: ./init.ps1 -pcre "10.46"
2323

2424
- name: Build and install PCRE2
2525
run: ./build.ps1 -proj pcre2 -config ${{ matrix.build_configuration }} -arch ${{ matrix.build_platform }} -vsver ${{ matrix.build_vsver }} -init -install

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Download pcre2
119119
You have to download and extract the pcre2 sources after checkout.
120120

121121
```powershell
122-
~> ./init.ps1 [-pcre "10.45"]
122+
~> ./init.ps1 [-pcre "10.46"]
123123
```
124124

125125
Arguments:

init.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
param(
2-
$pcre="10.45"
2+
$pcre="10.46"
33
)
44

55
$ErrorActionPreference="Stop"

0 commit comments

Comments
 (0)