diff --git a/src/resource/msw/mse.rc b/src/resource/msw/mse.rc index 2138559f..e1414163 100644 --- a/src/resource/msw/mse.rc +++ b/src/resource/msw/mse.rc @@ -180,19 +180,19 @@ expected_locale_keys TEXT "../common/expected_locale_keys" // -------------------------------------------------------- : Version info 1 VERSIONINFO -FILEVERSION 0,3,4 -PRODUCTVERSION 0,3,4 +FILEVERSION 0,3,5 +PRODUCTVERSION 0,3,5 FILETYPE VFT_APP { BLOCK "StringFileInfo" { BLOCK "040904E4" { - VALUE "FileVersion", "0.3.4" + VALUE "FileVersion", "0.3.5b" 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", "\169 2001-2007 Twan van Laarhoven" + VALUE "LegalCopyright", "\xA9 2001-2007 Twan van Laarhoven" VALUE "ProductName", "Magic Set Editor" } } diff --git a/tools/msw-installer/installer.iss b/tools/msw-installer/installer.iss index 5c7b73e8..52ef6621 100644 --- a/tools/msw-installer/installer.iss +++ b/tools/msw-installer/installer.iss @@ -14,7 +14,7 @@ [setup] AppName = Magic Set Editor 2 -AppVerName = Magic Set Editor 2 - 0.3.5 beta +AppVerName = Magic Set Editor 2 - 0.3.5b beta AppCopyright = Copyright © 2001-2007 Twan van Laarhoven DefaultDirName = {pf}\Magic Set Editor 2 DisableStartupPrompt = 1