File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ configuration:
17
17
18
18
environment :
19
19
# The wxWidgets version as referred to in the source package
20
- WXVERSION : 3.2.6
20
+ WXVERSION : 3.2.7
21
21
# The wxWidgets version as referred to in the build folder
22
22
# Typically it'd be the wxWidgets version with an optional suffix
23
23
# to indicate build "epoch". The epoch changes are used to invalidate
24
24
# a cached wxWidgets build and force a rebuild.
25
- WXBUILDVER : 3.2.6_0
25
+ WXBUILDVER : 3.2.7_0
26
26
CMAKEGEN : " Ninja"
27
27
matrix :
28
28
- TOOLKIT_INIT : " .appveyor\\ MSVC_2022_x64.ps1"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push]
4
4
5
5
env :
6
6
BUILD_TYPE : Release
7
- WXVERSION : 3.2.6
7
+ WXVERSION : 3.2.7
8
8
9
9
permissions :
10
10
contents : read
Original file line number Diff line number Diff line change 19
19
env :
20
20
build : ' ${{ github.workspace }}/build'
21
21
config : Debug
22
- WXVERSION : 3.2.6
22
+ WXVERSION : 3.2.7
23
23
24
24
permissions :
25
25
contents : read
You can’t perform that action at this time.
0 commit comments