Upgrade wxWidgets to 3.2.4.

pull/607/head
Mooneer Salem 2023-11-16 20:07:18 -08:00
parent 7c9febe515
commit 3c2c6a794c
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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")