Commit a749f0f4 authored by coppro's avatar coppro

Upped MSE's version number; pushed up M:tG's game version (spellcheck).

parent 93ebce22
mse version: 0.3.7
mse version: 0.3.8
short name: Magic
full name: Magic the Gathering
installer group: magic/game files
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment