Skip to content

Commit 5a6b134

Browse files
authored
Use latest pcre2 (#62)
Signed-off-by: Sven Strickroth <[email protected]>
1 parent 80b222f commit 5a6b134

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
@@ -12,7 +12,7 @@ jobs:
1212
build_configuration: [Release, Debug]
1313
build_platform: [x64, arm64, x86]
1414
build_vsver: [17]
15-
PCRE2_VERSION: [10.44]
15+
PCRE2_VERSION: [10.46]
1616

1717
steps:
1818
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Clone the [EditorConfig plugin for Notepad++][] sources or download and extract
3737
To download [EditorConfig C core][] and [PRCE2][pcre] use the `init.ps1` script.
3838

3939
```powershell
40-
~> ./init.ps1 [-prce 10.32] [-edc 0.12.3]
40+
~> ./init.ps1 [-prce 10.46] [-edc 0.12.3]
4141
```
4242

4343
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.44",
2+
$pcre="10.46",
33
$edc="0.12.9"
44
)
55

0 commit comments

Comments
 (0)