From aeadb41900c9f525e95502673ff51043e84dd7a1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 30 Jan 2014 03:32:49 +0000 Subject: [PATCH] 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 --- src/common/utilscmn.cpp | 2 +- src/msw/version.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index efc4f951e8..12001687a4 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -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) diff --git a/src/msw/version.rc b/src/msw/version.rc index 95d24dd58a..84e1ec0ca6 100644 --- a/src/msw/version.rc +++ b/src/msw/version.rc @@ -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"