diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-02-08 18:30:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 18:30:48 -0800 |
| commit | ea11604579181b0ff790be223ee3ded3068142f9 (patch) | |
| tree | 59029f22c2752728954c3301f715ba9e07d8d363 /versions/baseline.json | |
| parent | 5957dcb91255b962c484093e33bc9414b6f3e29c (diff) | |
| download | vcpkg-ea11604579181b0ff790be223ee3ded3068142f9.tar.gz vcpkg-ea11604579181b0ff790be223ee3ded3068142f9.zip | |
[wxwidgets] Fix #4756 (#13361)
* [wxwidgets] Fix #4756
* [wxwidgets] Avoid replacing FindwxWidgets from CMake
* [wxwidgets] Provide usage information
* [gppanel] Use built-in CMake module
* [wxchartdir] Use built-in CMake module
* [wxwidgets] Fixup for applocal-ing
* [wxwidgets] Fix osx builds
* Update port_versions
* [gppanel][wxchartdir][wxwidgets] Change versioning schemas
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a965d35df..6eaf2ae63 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2278,7 +2278,7 @@ }, "gppanel": { "baseline": "2020-05-20", - "port-version": 0 + "port-version": 1 }, "graphene": { "baseline": "1.10.2", @@ -6222,11 +6222,11 @@ }, "wxchartdir": { "baseline": "1.0.0", - "port-version": 0 + "port-version": 1 }, "wxwidgets": { "baseline": "3.1.4", - "port-version": 3 + "port-version": 5 }, "x-plane": { "baseline": "3.0.3", |
