diff --git a/data/magic.mse-game/game b/data/magic.mse-game/game index efaca644..188b688d 100644 --- a/data/magic.mse-game/game +++ b/data/magic.mse-game/game @@ -1,4 +1,4 @@ -mse version: 0.3.7 +mse version: 0.3.8 short name: Magic full name: Magic the Gathering installer group: magic/game files diff --git a/src/util/version.cpp b/src/util/version.cpp index 0bd337da..6b4e6ce1 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 = 307; // 0.3.7 +const Version app_version = 308; // 0.3.7 #ifdef UNICODE const Char* version_suffix = _(" (beta)"); #else @@ -74,11 +74,12 @@ const Char* version_suffix = _(" (beta, ascii build)"); * 0.3.5 : word lists, symbol font 'as text' * 0.3.6 : free rotation, rotation behaviour changed. * 0.3.7 : scripting language changes (@ operator, stricter type conversion). + * 0.3.8 : spellcheck, alignment:justify behavior changed, more scriptable fields. */ const Version file_version_locale = 307; // 0.3.7 const Version file_version_set = 306; // 0.3.6 -const Version file_version_game = 307; // 0.3.7 -const Version file_version_stylesheet = 307; // 0.3.7 +const Version file_version_game = 308; // 0.3.8 +const Version file_version_stylesheet = 308; // 0.3.8 const Version file_version_symbol_font = 306; // 0.3.6 const Version file_version_export_template = 307; // 0.3.7 const Version file_version_installer = 307; // 0.3.7