diff --git a/data/en.mse-locale/locale b/data/en.mse-locale/locale index 76a5ae4b..94590c78 100644 --- a/data/en.mse-locale/locale +++ b/data/en.mse-locale/locale @@ -1,7 +1,7 @@ -mse version: 0.3.8 +mse version: 0.3.9 installer group: translations/English full name: English -version: 2008-08-08 +version: 2011-01-07 icon: usgb.png ############################################################## Menu items diff --git a/src/resource/msw/mse.rc b/src/resource/msw/mse.rc index 1991cf89..8c9aa548 100644 --- a/src/resource/msw/mse.rc +++ b/src/resource/msw/mse.rc @@ -198,19 +198,19 @@ expected_locale_keys TEXT "../common/expected_locale_keys" // -------------------------------------------------------- : Version info 1 VERSIONINFO -FILEVERSION 0,3,8,0 -PRODUCTVERSION 0,3,8,0 +FILEVERSION 0,3,9,0 +PRODUCTVERSION 0,3,9,0 FILETYPE VFT_APP { BLOCK "StringFileInfo" { BLOCK "040904E4" { - VALUE "FileVersion", "0.3.8" + VALUE "FileVersion", "0.3.9" 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", "\xA9 2001-2009 Twan van Laarhoven and 'coppro'" + VALUE "InternalName", "magicseteditor" + VALUE "LegalCopyright", "\xA9 2001-2011 Twan van Laarhoven and 'coppro'" VALUE "ProductName", "Magic Set Editor" } } diff --git a/src/util/version.cpp b/src/util/version.cpp index e19e2981..7f5b61aa 100644 --- a/src/util/version.cpp +++ b/src/util/version.cpp @@ -50,7 +50,7 @@ template <> void GetDefaultMember::handle(const Version& v) { // ----------------------------------------------------------------------------- : Versions // NOTE: Don't use leading zeroes, they mean octal -const Version app_version = 308; // 0.3.8 +const Version app_version = 309; // 0.3.9 #ifdef UNICODE const Char* version_suffix = _(" (beta)"); #else @@ -79,8 +79,9 @@ const Char* version_suffix = _(" (beta, ascii build)"); * - alignment:justify behavior changed * - more scriptable fields. * - store time created,modified for cards -> changes set and clipboard format + * 0.3.9 : bugfix release mostly, a few new script functions */ -const Version file_version_locale = 308; // 0.3.8 +const Version file_version_locale = 309; // 0.3.9 const Version file_version_set = 308; // 0.3.8 const Version file_version_game = 308; // 0.3.8 const Version file_version_stylesheet = 308; // 0.3.8