Skip to content

Commit

Permalink
Merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjuddington committed Dec 25, 2024
2 parents f28843b + 5747057 commit 1f050e5
Show file tree
Hide file tree
Showing 150 changed files with 15,509 additions and 67,407 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if(BUILD_WX)
FetchContent_Declare(
wxWidgets
GIT_REPOSITORY https://github.com/wxWidgets/wxWidgets.git
GIT_TAG 5edd516add0051d6f51ec87b8001999b6c4035a6 # master (3.3.0) as of 2024-11-26
GIT_TAG 181f7a1d5533a3b135de1fd8f0467ba15a8a9f69 # master (3.3.0) as of 2024-11-26
)
FetchContent_GetProperties(wxwidgets)
if(NOT wxwidgets_POPULATED)
Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.2.6</string>
<string>3.2.7</string>
<key>CFBundleSignature</key>
<string>SLA3</string>
<key>NSPrincipalClass</key>
Expand All @@ -29,7 +29,7 @@
<key>NSRequiresAquaSystemAppearance</key>
<false/>
<key>CFBundleVersion</key>
<string>3.2.6</string>
<string>3.2.7</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down
Loading

0 comments on commit 1f050e5

Please sign in to comment.