diff --git a/src/resource/msw/mse.rc b/src/resource/msw/mse.rc index 31c58c58..e5e7e1fa 100644 --- a/src/resource/msw/mse.rc +++ b/src/resource/msw/mse.rc @@ -151,19 +151,19 @@ WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur" // -------------------------------------------------------- : Version info 1 VERSIONINFO -FILEVERSION 0,3,3 -PRODUCTVERSION 0,3,3 +FILEVERSION 0,3,4 +PRODUCTVERSION 0,3,4 FILETYPE VFT_APP { BLOCK "StringFileInfo" { BLOCK "040904E4" { - VALUE "FileVersion", "0.3.3" + VALUE "FileVersion", "0.3.4" VALUE "License", "GNU General Public License 2 or later; This is free software, and you are welcome to redistribute it under certain conditions; See the help file for details" VALUE "FileDescription", "Magic Set Editor" VALUE "InternalName", "mse2/8" - VALUE "LegalCopyright", "� 2001-2007 Twan van Laarhoven" + VALUE "LegalCopyright", "\169 2001-2007 Twan van Laarhoven" VALUE "ProductName", "Magic Set Editor" } }