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:
@@ -1398,7 +1398,7 @@ wxVersionInfo wxGetLibraryVersionInfo()
|
|||||||
wxMINOR_VERSION,
|
wxMINOR_VERSION,
|
||||||
wxRELEASE_NUMBER,
|
wxRELEASE_NUMBER,
|
||||||
msg,
|
msg,
|
||||||
wxS("Copyright (c) 1995-2013 wxWidgets team"));
|
wxS("Copyright (c) 1995-2014 wxWidgets team"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxInfoMessageBox(wxWindow* parent)
|
void wxInfoMessageBox(wxWindow* parent)
|
||||||
|
@@ -92,7 +92,7 @@ BEGIN
|
|||||||
VALUE "FileDescription", "wxWidgets " WXLIBDESC " library\0"
|
VALUE "FileDescription", "wxWidgets " WXLIBDESC " library\0"
|
||||||
VALUE "FileVersion", wxVERSION_NUM_DOT_STRING "\0"
|
VALUE "FileVersion", wxVERSION_NUM_DOT_STRING "\0"
|
||||||
VALUE "InternalName", wxSTRINGIZE(WXDLLNAME) "\0"
|
VALUE "InternalName", wxSTRINGIZE(WXDLLNAME) "\0"
|
||||||
VALUE "LegalCopyright", "Copyright <20> 1993-2013 wxWidgets development team\0"
|
VALUE "LegalCopyright", "Copyright <20> 1993-2014 wxWidgets development team\0"
|
||||||
VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0"
|
VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0"
|
||||||
VALUE "ProductName", "wxWidgets\0"
|
VALUE "ProductName", "wxWidgets\0"
|
||||||
VALUE "ProductVersion", wxVERSION_NUM_DOT_STRING "\0"
|
VALUE "ProductVersion", wxVERSION_NUM_DOT_STRING "\0"
|
||||||
|
Reference in New Issue
Block a user