CMake: update Info.plist variables

Use the same values as in build/bakefiles/mac_bundles.bkl.
Use the correct copyright year for in the Info.plist files.
This commit is contained in:
Maarten Bent 2021-08-17 22:08:55 +02:00
parent 4862cbd4c6
commit 2e12779a21
3 changed files with 10 additions and 8 deletions

View file

@ -86,7 +86,7 @@ math(EXPR wxSOVERSION_MAJOR "${WX_CURRENT} - ${WX_AGE}")
set(wxSOVERSION ${wxSOVERSION_MAJOR}.${WX_AGE}.${WX_REVISION})
set(wxVERSION ${wxMAJOR_VERSION}.${wxMINOR_VERSION}.${wxRELEASE_NUMBER})
set(wxCOPYRIGHT "Copyright 1992-2021 wxWidgets")
set(wxCOPYRIGHT "2002-2021 wxWidgets")
project(wxWidgets VERSION ${wxVERSION})