From 40cb2bcfac68d2a8765e1c3d3c843ba210c0806f Mon Sep 17 00:00:00 2001 From: twanvl Date: Fri, 21 Sep 2007 15:19:15 +0000 Subject: [PATCH] 0.3.5b installer and version number git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@730 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/resource/msw/mse.rc | 8 ++++---- tools/msw-installer/installer.iss | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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