Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build_configuration: [Release, Debug]
build_platform: [x64, arm64, x86]
build_vsver: [17]
PCRE2_VERSION: [10.44]
PCRE2_VERSION: [10.46]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Clone the [EditorConfig plugin for Notepad++][] sources or download and extract
To download [EditorConfig C core][] and [PRCE2][pcre] use the `init.ps1` script.

```powershell
~> ./init.ps1 [-prce 10.32] [-edc 0.12.3]
~> ./init.ps1 [-prce 10.46] [-edc 0.12.3]
```

Arguments:
Expand Down
2 changes: 1 addition & 1 deletion init.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param(
$pcre="10.44",
$pcre="10.46",
$edc="0.12.9"
)

Expand Down