From 4a0b66447e7e14d7582da2124e72563bfb9a2f8e Mon Sep 17 00:00:00 2001 From: twanvl Date: Fri, 6 Jul 2007 00:53:51 +0000 Subject: [PATCH] Version bump git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@499 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/resource/msw/mse.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } }