Update copyright year in the library versions.
Update the version info dialog and the version info included in MSW DLLs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b02ba7c9ff
commit
aeadb41900
@ -1398,7 +1398,7 @@ wxVersionInfo wxGetLibraryVersionInfo()
|
||||
wxMINOR_VERSION,
|
||||
wxRELEASE_NUMBER,
|
||||
msg,
|
||||
wxS("Copyright (c) 1995-2013 wxWidgets team"));
|
||||
wxS("Copyright (c) 1995-2014 wxWidgets team"));
|
||||
}
|
||||
|
||||
void wxInfoMessageBox(wxWindow* parent)
|
||||
|
@ -92,7 +92,7 @@ BEGIN
|
||||
VALUE "FileDescription", "wxWidgets " WXLIBDESC " library\0"
|
||||
VALUE "FileVersion", wxVERSION_NUM_DOT_STRING "\0"
|
||||
VALUE "InternalName", wxSTRINGIZE(WXDLLNAME) "\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1993-2013 wxWidgets development team\0"
|
||||
VALUE "LegalCopyright", "Copyright © 1993-2014 wxWidgets development team\0"
|
||||
VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0"
|
||||
VALUE "ProductName", "wxWidgets\0"
|
||||
VALUE "ProductVersion", wxVERSION_NUM_DOT_STRING "\0"
|
||||
|
Loading…
Reference in New Issue
Block a user