X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ca6a5f04692678cd2d9f3ea0843fc3f5a0b254f..b08c90ca63723536960122fc798f673af1faed13:/src/common/base.rc diff --git a/src/common/base.rc b/src/common/base.rc index 1fdf32aa0b..5508d762ad 100644 --- a/src/common/base.rc +++ b/src/common/base.rc @@ -35,14 +35,14 @@ BEGIN VALUE "Comments", "wxBase (part of Windows) cross-platform framework\0" VALUE "CompanyName", "wxWindows development team\0" VALUE "FileDescription", "wxBase is a non GUI part of wxWindows\0" - VALUE "FileVersion", "2.2.1\0" + VALUE "FileVersion", wxVERSION_NUM_DOT_STRING "\0" VALUE "InternalName", "wxBase\0" - VALUE "LegalCopyright", "Copyright © 1993, 2000 wxWindows development team\0" + VALUE "LegalCopyright", "Copyright © 1993-2002 wxWindows development team\0" VALUE "LegalTrademarks", "\0" - VALUE "OriginalFilename", "wxbase221" DLL_SUFFIX ".dll\0" + VALUE "OriginalFilename", "wxbase" wxVERSION_NUM_STRING DLL_SUFFIX ".dll\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "wxWindows\0" - VALUE "ProductVersion", "2.2.1\0" + VALUE "ProductVersion", wxVERSION_NUM_DOT_STRING "\0" VALUE "SpecialBuild", "\0" END END