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:
parent
4862cbd4c6
commit
2e12779a21
3 changed files with 10 additions and 8 deletions
|
|
@ -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})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue