From: Vadim Zeitlin Date: Sun, 7 Oct 2012 22:38:10 +0000 (+0000) Subject: Update the year in the copyright for wxMSW DLLs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8a0968b0be177fa55b0da3cd8c4eaaea29971760 Update the year in the copyright for wxMSW DLLs. Just s/2010/2012/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/version.rc b/src/msw/version.rc index 55c1472508..79bd60a020 100644 --- a/src/msw/version.rc +++ b/src/msw/version.rc @@ -55,7 +55,7 @@ BEGIN VALUE "FileDescription", "wxWidgets for MSW\0" VALUE "FileVersion", "wxWidgets Library " wxVERSION_NUM_DOT_STRING "\0" VALUE "InternalName", "wxMSW\0" - VALUE "LegalCopyright", "Copyright 1993-2010 wxWidgets development team\0" + VALUE "LegalCopyright", "Copyright 1993-2012 wxWidgets development team\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0" VALUE "PrivateBuild", "\0"