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:
Vadim Zeitlin 2014-01-30 03:32:49 +00:00
parent b02ba7c9ff
commit aeadb41900
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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"