From 3c2c6a794ca1f239e1d9c4616016cb43d0b8cd41 Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Thu, 16 Nov 2023 20:07:18 -0800 Subject: [PATCH] Upgrade wxWidgets to 3.2.4. --- USER_MANUAL.md | 4 +++- cmake/BuildWxWidgets.cmake | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/USER_MANUAL.md b/USER_MANUAL.md index de082e935..731f58a6e 100644 --- a/USER_MANUAL.md +++ b/USER_MANUAL.md @@ -928,7 +928,9 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes * FreeDV Reporter: Add ability to force RX Only reporting in Tools->Options. (PR #599) * Add new 160m/80m/40m calling frequencies for IARU R2. (PR #601) * Add Help button to allow users to get help more easily. (PR #607) -3. Other: +3. Build system: + * Upgrade wxWidgets to 3.2.4. (PR #607) +4. Other: * Report OS usage to FreeDV Reporter. (PR #606) ## V1.9.4 October 2023 diff --git a/cmake/BuildWxWidgets.cmake b/cmake/BuildWxWidgets.cmake index 02f478b82..34c033984 100644 --- a/cmake/BuildWxWidgets.cmake +++ b/cmake/BuildWxWidgets.cmake @@ -1,4 +1,4 @@ -set(WXWIDGETS_VERSION "3.2.3") +set(WXWIDGETS_VERSION "3.2.4") # Ensure that the wxWidgets library is staticly built. set(wxBUILD_SHARED OFF CACHE BOOL "Build wx libraries as shared libs")